Actionbar

From Lianjapedia
Jump to: navigation, search

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Description

Shown below in a standalone Form. Click the image to see in a Custom Section in a Lianja Page.

Actionbar, Toolbar

The Actionbar is a Toolbar container pre-loaded with action buttons.

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
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
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
AddSeparator None Add a separator
RemoveObject existing as Object Remove the specified object

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