Difference between revisions of "Pageframe"

From Lianjapedia
Jump to: navigation, search
(Properties)
(Properties)
Line 9: Line 9:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Tabs
+
|valign="top"|Tabs
|RW
+
|valign="top"|RW
|boolean
+
|valign="top"|boolean
 
|If true, the tab bar is displayed. If false, only the current page is displayed.
 
|If true, the tab bar is displayed. If false, only the current page is displayed.
 
|-
 
|-
Line 19: Line 19:
 
|Index of the selected page (starting from 0, left to right).
 
|Index of the selected page (starting from 0, left to right).
 
|-
 
|-
|Closable
+
|valign="top"|Closable
|RW
+
|valign="top"|RW
|boolean
+
|valign="top"|boolean
 
|If true, individual tabs have a close button (x).  If false tabs cannot be closed.
 
|If true, individual tabs have a close button (x).  If false tabs cannot be closed.
 
|-
 
|-

Revision as of 10:49, 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
Removeobject

Events

This class supports the Common events plus the following:

Event Args Description