Difference between revisions of "Pageframe"

From Lianjapedia
Jump to: navigation, search
(Properties)
(Methods)
Line 41: Line 41:
 
|-
 
|-
 
|Addobject
 
|Addobject
|
+
|name,class
|
+
|Adds an object to the pageframe container
 
|-
 
|-
 
|Removeobject
 
|Removeobject

Revision as of 10:51, 1 February 2012

Properties

This class supports the Common properties plus the following:

Property Access (R/RW) Value Description
Tabs RW boolean If true, the tab bar is displayed. If false, only the current page is displayed.
Activepage RW numeric Index of the selected page (starting from 0, left to right).
Closable RW boolean If true, individual tabs have a close button (x). If false tabs cannot be closed.
Pagecount RW numeric Number of pages in the pageframe.

Methods

This class supports the Common methods plus the following:

Method Args Description
Addobject name,class Adds an object to the pageframe container
Removeobject

Events

This class supports the Common events plus the following:

Event Args Description