Difference between revisions of "PageBuilder"

From Lianjapedia
Jump to: navigation, search
Line 11: Line 11:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Id
+
|ActiveSection
|R
+
|RW
|Character
+
|Object
|Object's Id
+
|Currently active section
 
|-
 
|-
 
|Caption
 
|Caption
Line 20: Line 20:
 
|Character
 
|Character
 
|Caption text
 
|Caption text
 +
|-
 +
|Id
 +
|R
 +
|Character
 +
|Object's Id
 
|-
 
|-
 
|Title
 
|Title
Line 25: Line 30:
 
|Character
 
|Character
 
|Menu title text
 
|Menu title text
|-
 
|ActiveSection
 
|RW
 
|Object
 
|Currently active section
 
 
|-
 
|-
 
|}
 
|}

Revision as of 11:49, 30 April 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
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
RemoveSection is as Character Remove the specified section

Events

This class supports the Common Events plus the following:

Event Args Description