Difference between revisions of "Actionbar"

From Lianjapedia
Jump to: navigation, search
Line 31: Line 31:
 
|-
 
|-
 
|valign="top"|AddObject
 
|valign="top"|AddObject
|existing as Object | newobject as Character, class as Character
+
|valign="top"|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
+
|valign="top"|Add an existing object or a new object, in which case the object's class must also be specified
 
|-
 
|-
 
|RemoveObject
 
|RemoveObject
Line 38: Line 38:
 
|Remove the specified object
 
|Remove the specified object
 
|-
 
|-
|AddAction
+
|valign="top"|AddAction
|icon as Character, action as Character
+
|valign="top"|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
+
|valign="top"|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
 
|AddSeparator

Revision as of 12:29, 20 December 2012

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