Class ox.Configuration.Tabs
Extends
ox.UI.Container.
A tabbed container
Defined in: configuration.js.
Constructor Attributes | Constructor Name and Description |
---|---|
A tabbed container.
|
- Fields borrowed from class ox.UI.Widget:
- default_value, enabled, formnode, initialized, isEnabled, isVisible, node, parent, visible, width
- Methods borrowed from class ox.UI.Container:
- addCells, addRow, addWidget, deleteWidget, get, set
- Methods borrowed from class ox.UI.Widget:
- addContent, applyEnabled, applyVisible, disable, enable, hide, remove, resize, setEnabled, setParent, setVisible, show
Class Detail
ox.Configuration.Tabs()
A tabbed container. Only one child container is visible.
Should be used as the only top-level child of an ox.Configuration.View.
All direct children must be instances of ox.Configuration.Tab.