Difference between revisions of "Pageframe"

From Lianjapedia
Jump to: navigation, search
(Methods)
Line 60: Line 60:
  
 
|}
 
|}
 +
 +
 +
====Examples====
 +
 +
'''Recital'''
 +
<code lang="recital">
 +
</code>

Revision as of 08:09, 2 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 object Removes an object from the pageframe container.

Events

This class supports the Common events plus the following:

Event Args Description


Examples

Recital