$width of ui.align, Others Webix Docs

StartAPI Referenceui.alignOthers

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