addTextArea(string, default, rows, cols)
Adds a text area parameter to the parameter list. The parameter is prompted using a multi-line text area control.
Parameter
string parameter name
default default text
rows number of rows
cols number of columns
Example
replet.parameters['create'].addTextArea('comments', '', 5, 40);
| << addRadio(string, default, list) | © 1996-2013 InetSoft Technology Corporation (v11.5) | addTime(string, date) >> |