Palette Actions | |
Type | widget |
Dictionary | widget.paletteactions |
Library | Palette Actions |
Associations | com.livecode.widget.paletteactions |
Summary | Palette header bar widget. |
Description | Palette header bar widget. |
Type | Name | Summary | Syntax |
---|---|---|---|
message | actionSelected | Sent when an action item is clicked | actionSelected <pItemName> |
- - - | menuPick | Sent when a menu item is chosen | menuPick <pPick> |
- - - | navChanged | Sent when the nav items property is changed | navChanged |
- - - | navSelected | Sent when a nav item is selected | navSelected <pItemName> |
property | actionData | The array of action data | set the actionData of <widget> to <pActionArray> get the actionData of <widget> |
- - - | actionIcons | The icons of the action items | set the actionIcons of <widget> to <pIconList> get the actionIcons of <widget> |
- - - | actionLabels | The labels of the action items | set the actionLabels of <widget> to <pLabelList> get the actionLabels of <widget> |
- - - | actionNames | The names of the action items | set the actionNames of <widget> to <pNameList> get the actionNames of <widget> |
- - - | isHeader | Whether the widget is a header or footer | set the isHeader of <widget> to { true | false } get the isHeader of <widget> |
- - - | minWidth | The minimum width needed to display nav items and action items | get the minWidth of <widget> |
- - - | navBarRight | The horizontal extent of the rendered navigation items | get the navBarRight of <widget> |
- - - | navData | The array of navigation data | set the navData of <widget> to <pNavArray> get the navData of <widget> |
- - - | navIcons | The icons of the nav items | set the navIcons of <widget> to <pIconList> get the navIcons of <widget> |
- - - | navLabels | The labels of the nav items | set the navLabels of <widget> to <pLabelList> get the navLabels of <widget> |
- - - | navNames | The names of the nav items | set the navNames of <widget> to <pNameList> get the navNames of <widget> |
- - - | selectedNavColor | The color to use for the selected nav item | set the selectedNavColor of <widget> to <pColor> get the selectedNavColor of <widget> |
- - - | selectedNavItem | The name of the currently selected nav item | set the selectedNavItem of <widget> to <pItemName> get the selectedNavItem of <widget> |
- - - | showActionIcons | Whether to show the action icons or not | set the showActionIcons of <widget> to { true | false } get the showActionIcons of <widget> |
- - - | showNavIcons | Whether to show the nav icons or not | set the showNavIcons of <widget> to { true | false } get the showNavIcons of <widget> |
widget | Palette Actions | Palette header bar widget. | set the showNavIcons of <widget> to { true | false } get the showNavIcons of <widget> |