Preconfiguration "Button with icon - circular"
Creates object configured as button.
The created
PmgCanvas object has following
variables:
title - text displayed in button
mode - (system variable) defines the look of the button if focused or cursor hovering over the object
push - (system variable) defines the look of the button if pressed
The events
onKeyPress and
onMousePress solve the conditions that are defined for calling the designer's method
onPressUp or
onPressDown.
Designer's methods onPressUp or
onPressDown on the "
Methods" tab of the
Pmg object are used to define action that will be connected with pressing and releasing the button. But the button configured as
Menu (selected from button menu) has the item selection and user actions configured in events
onMenuFill and
onMenuSelect.
There are variables that affect the button and text color, text size and margins in the script on the "
Draw" tab.
These configurators can be set before the preconfiguration is created:
|
Object name | Name (identifier) of the Pmg object. It is used to obtain the Pmg object by the PmgObject.Items method.
This configurator sets the initial value of the Name property.
The maximum name length is 30 characters. This is a system name, so it must contain only alphanumeric and must not contain any diacritics, empty string, spaces and the first character must not be a number. |
Action |
Simple example - Releasing the button
Simple example - Pressed and released button
Simple example - Selection from button menu
Open panel - in the main frame (target:main;)
Open panel - in this frame (target:_self)
Open panel - in a separate window (target:_blank;)
Open modal panel (target:_blank;modal:1;)
Opening the viewer for option selection (/#glob/list) with item selection from menu
Open form window (PmForm)
Open form window - (time from)
Open form window - (time from/to)
Multi-selection from a list of items |
Path to panel | |
|
Image background | Image background color |
Image selection | Opens image selection window |
Preview | Image preview |
---|