Difference between revisions of "PageBuilder"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the [[:Category:Commo...")
 
Line 10: Line 10:
 
!Value
 
!Value
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|Id
 +
|R
 +
|Character
 +
|Object's Id
 +
|-
 +
|Caption
 +
|RW
 +
|Character
 +
|Caption text
 +
|-
 +
|Title
 +
|RW
 +
|Character
 +
|Menu title text
 +
|-
 +
|ActiveSection
 +
|RW
 +
|Object
 +
|Currently active section
 
|-
 
|-
 
|}
 
|}
Line 21: Line 41:
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|valign="top"|AddSection
 +
|valign="top"|id as Character, type as Character
 +
|valign="top"|Add a new section with the specified id and section type
 +
|-
 +
|RemoveSection
 +
|is as Character
 +
|Remove the specified section
 
|-
 
|-
 
|}
 
|}

Revision as of 11:45, 15 January 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
Id R Character Object's Id
Caption RW Character Caption text
Title RW Character Menu title text
ActiveSection RW Object Currently active section

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