headerHeight

высота хедера панели

number headerHeight;

Example

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

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