Difference between revisions of "Actionbar"

From Lianjapedia
Jump to: navigation, search
Line 3: Line 3:
 
====Properties====
 
====Properties====
  
This class supports the '''Common properties''' plus the following:
+
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width=100%
 
!width="20%"|Property
 
!width="20%"|Property
 
!Access (R/RW)
 
!Access (R/RW)
Line 27: Line 27:
 
This class supports the '''Common methods''' plus the following:
 
This class supports the '''Common methods''' plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width=100%
 
!width="20%"|Method
 
!width="20%"|Method
 
!Args
 
!Args
Line 54: Line 54:
 
This class supports the '''Common events''' plus the following:
 
This class supports the '''Common events''' plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width=100%
 
!width="20%"|Event
 
!width="20%"|Event
 
!Args
 
!Args

Revision as of 12:43, 8 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
Reccount RW Numeric Number of records
Recno RW Numeric Current record number

Methods

This class supports the Common methods plus the following:

Method Args Description
AddObject existing as Object | newobject as Character, class as Character Add an existing object or a new object, in which case the object's class must also be specified
RemoveObject existing as Object Remove the specified object
AddAction icon as Character, action as Character Add an action, specifying the icon filename and the action text. The action text is displayed when the mouse hovers over the icon and passed to the actionbar.click(action) event when the icon is clicked
AddSeparator None Add a separator

Events

This class supports the Common events plus the following:

Event Args Description
click action as Character Occurs when an action button in the actionbar is clicked