addList(string, default, list)
Adds a list parameter to the parameter list. A list is presented as a multi-selection list on the prompt window.
Parameter
string parameter name
default array of default selections
list array of selection items
Example
replet.parameters['create'].addList('type', ['Grouping'],
['Grouping', 'Summarize']);
| << addDateTime(string, date) | © 1996-2013 InetSoft Technology Corporation (v11.4) | addOption(string, default, list) >> |