-
Notifications
You must be signed in to change notification settings - Fork 126
RML: Element index
Victor Luchits edited this page Jan 8, 2018
·
2 revisions
The following is a list of elements supported by RML.
Tag | Attributes |
---|---|
img | src="CDATA" width="NUMBER" height="NUMBER" |
handle | movetarget="IDREF" sizetarget="IDREF" |
The following is a list of elements supported when the Controls plugin is used.
Tag | Attributes |
---|---|
col | fields="CDATA" formatter="CDATA" width="NUMBER" |
datagrid | source="DATASOURCE" |
dataselect | source="DATASOURCE" fields="CDATA" formatter="CDATA" valuefield="CDATA" |
form | |
input | type="text|radio|checkbox|submit|range" value="CDATA" size="NUMBER" maxlength="NUMBER" min="NUMBER" max="NUMBER" step="NUMBER" orientation="CDATA" |
option | selected="CDATA" unselectable="CDATA" |
select | value="CDATA" |
tabset | |
textarea | cols="NUMBER" rows="NUMBER" maxlength="NUMBER" wrap="CDATA" |