multi

enables/disables mode when several panels can be visible at once

boolean|string multi;

Values

  • true
    all panels can be expanded as well as collapsed at a time;
  • false
    only one panel can be (and must be) visible at a time;
  • "mixed"
    all panels can be expanded at a time, but you cannot close them all. One pane remains visible.
  • Example

    webix.ui({
        cols:[{ view:"accordion",
            multi:true,
            ...
        }]
    })


    Default value:

    "mixed"

    Related samples

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