Class Index | File Index

Classes

Class ox.Configuration.InnerNode

Inner node in the configuration tree.
Defined in: configuration.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Adds a new inner node to the configuration tree.
Class Detail
ox.Configuration.InnerNode(path, name)
Adds a new inner node to the configuration tree. The parent node must already exist.
Parameters:
{String} path
The path in the configuration tree. Must start with "configuration" and contain at least one more element. Path elements are separated by a slash ("/"). There must be no slash at the end. If the parent of the node does not already exist, an Error exception is thrown.
{I18nString} name
The name of the page.

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