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
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
    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.