width

horizontal size of resizing area

number width;

Example

webix.ui({
    view:"resizearea",
    width:600, height:200
})

Back to top