Class Index | File Index

Classes

Class ox.Configuration.Group


Extends ox.UI.Container.
A widget group in a configuration page.
Defined in: configuration.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new widget group for a configuration page.
Field Summary
Field Attributes Field Name and Description
<static>  
ox.Configuration.Group.NoField
A pre-defined controller object for use as the second parameter to ox.UI.Container#addWidget.
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.Group(title)
Creates a new widget group for a configuration page.
Parameters:
{I18nString} title
The title of the group.
Field Detail
<static> ox.Configuration.Group.NoField
A pre-defined controller object for use as the second parameter to ox.UI.Container#addWidget. It inserts child values directly into the parent's value object, without a nested object.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jan 30 2012 16:58:00 GMT+0100 (CET)