headerAlt

sets the label of the header in the collapsed state

string|function headerAlt;

Example

webix.ui({ 
    view:"accordion",
    rows:[{
        header:"panel 1",
        headerAlt:"panel 1 (closed)",
        body:"content 1"
    },
    { 
        header:"panel 2",
        headerAlt:"panel 2 (closed)",
        body:"content 2"
    }]
});

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of accordion menu product.