H_ui_disposition
Represents a dynamic UI layout with draggable resizable containers.
that's usefull to present multiple modules in the same screen to compose WebUI disposition for a webapp
Possible settings:
- containers (Array): DOM element IDs to be added as resizable panes
- parent (string): DOM ID of the parent wrapper
- type (string): Layout direction, either 'vertical' or 'horizontal'
- open (boolean): Whether the containers start in open state
new H_ui_disposition(dom_id, settings)
ui.js, line 3295
| Name |
Type |
Description |
dom_id |
string
|
dom_id for the created disposition |
settings |
array
|
of the different containers |