Is there any way to set the accordion to be vertically oriented (i.e. as in http://docs.webix.com/samples/01_layout/03_header.html) while using the html markup?
The following only gives the vertical layout:
content 1
content 2
There doesn’t seem to be a way to do this without reverting to the javascript initialisation. Looking at the webix_debug.js, the only way to set _vertical_orientation = 0 is in baselayout.cols_setter. Since the cols collection isn’t directly initialisable, perhaps there could be a property to set the orientation instead?