Inserts user input field allowing user to edit contents of a "small" file.
The following parameters are recognized:
Name to associate with the input field (use $QUERY_NAME to view file posted by user).
NAME of file which user can edit.
The number of lines of text to allow the user to edit (defaults to 25 if omitted).
The number of columns of text to allow the user to edit (defaults to 80 if omitted).
Optional title attribute to appear as a tooltip to the user when their mouse hovers over the input field.
Name os CSS class for text area rendered look-and-feel.
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)")