Widgets
Samples
Demos
Forum
Services
Documentation
gravity
height
id
width
Start
API Reference
Mixins
FlexLayout
Properties
height
sets the height of the widget
number
height
;
Example
webix.
ui
(
{
view
:
"flexlayout"
,
height
:
300
,
width
:
300
,
...
}
)
;
Back to top