Class Index | File Index

Classes

Class ox.Configuration.IFrame


Extends ox.Configuration.View.
A configuration page with external content in an iframe.
Defined in: configuration.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ox.Configuration.IFrame(node, title, src, save_button)
Attaches an iframe page to a leaf node in the configuration tree.
Fields borrowed from class ox.Configuration.View:
childWidth, content, init
Fields borrowed from class ox.UI.Widget:
default_value, enabled, formnode, initialized, isEnabled, isVisible, node, parent, visible, width
Methods borrowed from class ox.Configuration.View:
cancelView, enter, leave, saveView, viewModified
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.IFrame(node, title, src, save_button)
Attaches an iframe page to a leaf node in the configuration tree.
Parameters:
{ox.Configuration.LeafNode} node
A ox.Configuration.LeafNode which will be configured to open this page.
{I18nString} title
The page title.
{String} src
The URI of the iframe content.
{Boolean} save_button
Whether the default save button should be displayed in the menu.

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