Difference between revisions of "PageBuilder"

From Lianjapedia
Jump to: navigation, search
Line 14: Line 14:
 
|RW
 
|RW
 
|Object
 
|Object
|Currently active section
+
|Return an object reference to the currently active [[Section|section]]
 
|-
 
|-
 
|Caption
 
|Caption

Revision as of 07:36, 2 December 2013

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
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