addParameter(string, default, format)

Adds a parameter with optional formatting. The parameter is prompted using a text field. If the format is specified, it is used to convert the object to and from its string representation.

Parameter

string parameter name

default parameter default value

format java.text.Format object for formatting object

Example

replet.parameters['customize'].addParameter('curr',

new java.util.Date(),

new java.text.SimpleDateFormat('yyyy-MM-dd'));

<< addOption(string, default, list) © 1996-2013 InetSoft Technology Corporation (v11.5) addPassword(string) >>