Documentation

submenu

defines submenu configuration

object submenu;

Example

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

See also

  • articles
  • 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.

    Back to top