$width of ui.richselect, Others Webix Docs

StartAPI Referenceui.richselectOthers

the current width of the view

number $width;

Example

var width = $$("mylist").$width;

Details

The option is not intended for direct use. Do not try to set this value.

Back to top