submenuConfig

defines submenu configuration

object submenuConfig;

Example

webix.ui({
    view:"menu",
    width:150,
    submenuConfig:{
        width:250,
        template:"SUB #value#"
    }
});

Details

This options defines not the data of submenu but its sizing, styling, templates, handlers etc.

In case of context menu - settings will be applied to a top level menu as well.

See also
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix ui widget library and page of javascript menu library product.