Class Index | File Index

Classes

Class ox.Configuration.ArrayGroup


Extends ox.UI.Container.
A group which contains an array as value. Children are usually added and remoevd at runtime by the user.
Defined in: configuration.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
A callback which is caled to add the widget for a new array element.
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.ArrayGroup(title)
Parameters:
{I18nString} title
An optional title of the group.
Field Detail
{Function} addElement
A callback which is caled to add the widget for a new array element.

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