Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| scripting:dialogs [2014/12/29 15:49] – [UI Controls] admin | scripting:dialogs [2018/01/10 20:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Creation ====== | ====== Creation ====== | ||
| - | Creation of the dialog controls can be done using [[scripting: | ||
| + | {{ : | ||
| + | \\ | ||
| + | Creation of the dialog controls can be done using [[scripting: | ||
| + | <file javascript dialog_example.hejs> | ||
| + | var result = dialog(' | ||
| + | <button title="& | ||
| + | <button title="& | ||
| + | </ | ||
| + | </ | ||
| ====== Supported controls ====== | ====== Supported controls ====== | ||
| HippoEDIT supports basic set of UI and layout controls for creating minimal user interface for interacting with a user. | HippoEDIT supports basic set of UI and layout controls for creating minimal user interface for interacting with a user. | ||
| Line 24: | Line 32: | ||
| * **[[scripting: | * **[[scripting: | ||
| ===== Layout controls ===== | ===== Layout controls ===== | ||
| - | * **group** - grouping of the UI elements without visual artifacts | + | * **[[scripting: |
| - | * **columnbreak** - breaking of the layout column | + | * **[[scripting: |
| - | * **sectionbreak** - breaking of the layout section | + | * **[[scripting: |
| - | * **spacer** - vertical spacer | + | * **[[scripting: |
| - | * **hspacer** - horizontal spacer | + | * **[[scripting: |
| ===== Specialized browsers ===== | ===== Specialized browsers ===== | ||
| - | * **file_browser** - button for calling file browser dialog | + | * **[[scripting: |
| - | * **dir_browser** - button for calling directory browser dialog | + | * **[[scripting: |
| - | * **icon_browser** - button for calling icon browsing dialog | + | * **[[scripting: |
| - | * **color_browser** - button for calling color browser dialog | + | * **[[scripting: |
| - | * **font_browser** - button for calling font browser dialog | + | * **[[scripting: |
| ====== Example ====== | ====== Example ====== | ||