The "Dialog" PlugIT allows to create a dialog box with a title, a text and one or two button.
Parameters |
|
1 |
Title of the dialog box. Leave empty if you do not want a title |
2 |
Text of the first button. Leave empty if you do not want this button. |
3 |
Text of the second button. Leave empty if you do not want this button. |
4 |
Text content of the dialog box. |
5 |
Text alignement in the dialog box. |
6 |
Theme element selector. For more details, please refer to the theme element selector documentation. |
7 |
Vertical position of the dialog box. |
8 |
Horizontal position of the dialog box. |
9 |
Opacity of the dialog box. |
10 |
Fade duration in milliseconds on show or hide. |
11 |
Show the dialog box on application startup. |
Action |
|
Set text |
Changes the text of the dialog box with the link parameter. |
Set title |
Change the title of the dialog box with the link parameter. |
Hide |
Hides the dialog box. |
Show |
Show the dialog box. |
Event |
|
Click button 1 |
Triggered on button 1 click. |
Click button 2 |
Triggered on button 2 click. |
Shown |
Triggered when the dialog box is shown. |
Hidden |
Triggered when the dialog box is hidden. |