PageBuilder

From Lianjapedia
Revision as of 07:52, 3 March 2014 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
ActiveSection RW Object Return an object reference to the currently active section
Caption RW Character Caption text
Count R Numeric Number of Sections in the Page
Id R Character Object's Id
NavigationPanel RW Object Return an object reference to the currently active Navigation Panel
Title RW Character Menu title text

Methods

This class supports the Common Methods plus the following:

Method Args Description
AddSection id as Character, type as Character Add a new section with the specified id and section type
Item position as Numeric Return a reference to the Section object at the specified position
RemoveSection is as Character Remove the specified section

Events

This class supports the Common Events plus the following:

Event Args Description