Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1381948887907

...

HTML Table
id
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary
tbody
Table Body (tbody)
Table Row (tr)
Table Cell (td)
RuntimeForm
Table Cell (td)
[name]
Get a form by name.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#lengthlength
Get the number of forms loaded into memory.

HTML Table
idproperty
classservoy sDetail
Colgroup Tag
Column
padding0px
width100%

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan1
Property Details
Table Body (tbody)
id[name]
Table Row (tr)
idname
Table Cell (td)
[name]
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Get a form by name.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
RuntimeForm
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript

var allForms = solutionModel.getForms();
application.output("There are " + allForms.length + " forms.");
for (var i=0; i<allForms.length; i++)

{
	var f = forms[allForms[i].name];
	application.output("Form " + allForms[i].name + " has selected index " + f.controller.getSelectedIndex());
}
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idlength
Table Row (tr)
idname
Table Cell (td)
length
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Get the number of forms loaded into memory.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript

application.output("Number of forms loaded into memory: " + forms.length);
Table Row (tr)
classlastDetailRow
Table Cell (td)