Difference between revisions of "Page"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 +
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 
====Properties====
 
====Properties====
  
Line 11: Line 13:
 
|Caption
 
|Caption
 
|RW
 
|RW
|string
+
|Character
|Title displayed in page's tab in tab bar.
+
|Header caption text
 
|-
 
|-
|valign="top"|Picture
+
|Picture
|valign="top"|RW
+
|Character
|valign="top"|string
+
|Character
|Name of an image file to be displayed in the page's tab in the tab bar.
+
|Header image filename
 
|-
 
|-
 
|Layout
 
|Layout
 
|RW
 
|RW
|numeric
+
|Numeric
 
|Container layout: 1=horizontal, 2=vertical, 3=form
 
|Container layout: 1=horizontal, 2=vertical, 3=form
 
|-
 
|-
Line 35: Line 37:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Addobject
+
|AddObject
 
|name,class
 
|name,class
|Adds an object to the page container.
+
|existing as Object | newobject as Character, class as Character
 
|-
 
|-
|Removeobject
+
|RemoveObject
|object
+
|existing as Object
|Removes an object from the page container.
+
|Remove the specified object
 
|-
 
|-
 
|}
 
|}

Revision as of 08:01, 9 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
Caption RW Character Header caption text
Picture Character Character Header image filename
Layout RW Numeric Container layout: 1=horizontal, 2=vertical, 3=form

Methods

This class supports the Common Methods plus the following:

Method Args Description
AddObject name,class existing as Object | newobject as Character, class as Character
RemoveObject existing as Object Remove the specified object

Events

This class supports the Common Events plus the following:

Event Args Description