Difference between revisions of "PageBuilder"

From Lianjapedia
Jump to: navigation, search
Line 20: Line 20:
 
|Character
 
|Character
 
|Caption text
 
|Caption text
 +
|-
 +
|Count
 +
|R
 +
|Numeric
 +
|Number of Sections in the Page
 
|-
 
|-
 
|Id
 
|Id
Line 45: Line 50:
 
|valign="top"|id as Character, type as Character
 
|valign="top"|id as Character, type as Character
 
|valign="top"|Add a new section with the specified id and section type
 
|valign="top"|Add a new section with the specified id and section type
 +
|-
 +
|valign="top"|Item
 +
|valign="top"|position as Numeric
 +
|valign="top"|Return a reference to the Section object at the specified position
 
|-
 
|-
 
|RemoveSection
 
|RemoveSection

Revision as of 10:20, 23 August 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 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