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,
            ...
        }]
    })

    Related samples

    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 library and page of javascript accordion product.