webix.ui.
spacer
Spacer view.
view()
protoUI()
Official documentation page.
1 2 3 4 5 6 7 8 9
webix.protoUI({ name:"spacer", defaults:{ borderless:true }, $init:function(){ this._viewobj.className += " webix_spacer"; } }, webix.ui.view);