activeTitle

defines whether the first-level menu items are expandable

boolean activeTitle;

Example

webix.ui({
    view: "sidebar",
    activeTitle:false 
});


Default value:

true
See also
Back to top