@wuiInputFileEdit(NAME, FILE, [ROWS], [COLS], [TITLE], [CLASS], [ATTRIBUTES])

Inserts user input field allowing user to edit contents of a "small" file.

The following parameters are recognized:

NAME

Name to associate with the input field (use $QUERY_NAME to view file posted by user).

FILE

NAME of file which user can edit.

[ROWS]

The number of lines of text to allow the user to edit (defaults to 25 if omitted).

[COLS]

The number of columns of text to allow the user to edit (defaults to 80 if omitted).

[TITLE]

Optional title attribute to appear as a tooltip to the user when their mouse hovers over the input field.

[CLASS]

Name os CSS class for text area rendered look-and-feel.

[ATTRIBUTES]

Additional overriding attributes to CLASS parameter.

This macro is defined as:

@wuiInputTextArea("@param(0)","$(/usr/bin/sudo /bin/cat "@param(1)" | html_escape)","@param(2)","@param(3)","@param(4)","@param(5)","@param(6)")