| Variable | Resolves to |
|
%applicationURL |
the URL that created the application |
|
%baseURL |
the widget�s base URL |
|
%codeBase |
the the codebase for an application launched via webstart |
|
%columnName[n] |
the name of the specified column (n) |
|
%contextURL |
the widget�s context URL |
|
%documentBase |
the documentbase for an applet or the codebase for an application launched via webstart. |
|
%domainValue |
the selected domain value on a chart |
|
%name |
the name of the current widget |
|
%rangeValue |
the selected range value on a chart |
|
%rowCount |
the number of rows the widget currently contains |
|
%selectionColumn |
the index of the currently selected column |
|
%selectionColumns |
the array of currently selected columns as a comma separated list enclosed in barckets |
|
%selectionData |
the linked data for the current selection for the widget (can be shortened to just
%data) |
|
%selectionData[n] |
the linked data of the specified column (n) for the current selection for the widget |
|
%selectionRow |
the index of the currently selected row |
|
%selectionRows |
the array of currently selected rows as a comma separated list enclosed in barckets |
|
%selectionValue |
the value of the current selection for the widget (can be shortened to just %value) |
|
%selectionValue[n] |
the value of the specified column (n) for the current selection for the widget |
|
%serverBase |
the servers�s base url (http://server:port/) |
|
%submitValue |
the value that would be submitted for the widget during a HTTP form submission |
|
%title |
the widget�s title |