-
Notifications
You must be signed in to change notification settings - Fork 126
RML: Controls
Victor Luchits edited this page Jan 8, 2018
·
1 revision
Attributes
movetarget = idref (CI)
If specified, the handle will move the element specified by the ID when dragged. Can be "#document" to reference the parent document.
sizetarget = idref (CI)
If specified, the handle will size the element specified by the ID when dragged. Can be "#document" to reference the parent document.
A TABSET element contains TAB elements and PANEL elements.
Each TAB element acts as a button, that when clicked will hide the currently visible panel and show its corresponding panel.
A PANEL element is the body of the tabset. The visibility of the panel is controlled by the tab elements in the parent tabset.