Categories | Question details Back To List | ||
Tabbal orientation inside a window In a Window I use the attachTabbar to create a bar with two tabs. To the tabs content I attach Grids. How can I set the mode as "left" to display tabs vertically? Thanks in advance Answer posted by Alex (support) on Aug 27, 2009 03:36 In common case tabbar can be left-aligned: http://dhtmlx.com/docs/products/dhtmlxTabbar/samples/tabs_orientation/tab_left_ext.html?un=1251369745000 But currently attachTabbar method allows only top orientation of tabs. The next version 2.5 will support all orientations (top, bottom, left and right). |