headerAltHeight

высота хедера свернутой панели (технически, ширину)

number headerAltHeight;

Example

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

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of javascript accordion product.