Categories | Question details Back To List | ||||||||
dhtmlxMenu/Toolbar Hello, quick question regarding latest dhtmlx components: 1) is there an easy way to increase the size (height) of dhtmlxMenu or Toolbar? For example we wish to have bigger icons for the menu/toolbar... 2) is it possible to attach tabbar with a vertical layout instead of horizontal layout? thanks for your great product and support, j Answer posted by Alex (support) on Nov 30, 2009 01:37 Hello, the sample with custom icon size was attached to this post: http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=9721 The 1st parameter of the attachTabbar method is mode: top(default),left,right. For example: var tabbar = layout.cells("a").attachTabbar("left"); Answer posted by josh on Nov 30, 2009 20:43 thanks appears to be working well. On a sidenote, your Knowledge Base articles does not work with Google Chrome browser. For example: http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=13152&a=21312">http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=13152&a=21312 That link does not work on Chrome, this has been this way for ages now :( I guess no one ever reported that so it never got fixed!! anyways, would be great if your KB works with google chrome.
Cheers,
j Answer posted by josh on Nov 30, 2009 20:48 actually, i have another problem now... i only want big size icons for one toolbar (the main toolbar) but not for the other toolbars...how can i accomplish this? Answer posted by Alex (support) on Dec 01, 2009 02:03 Hello, thank you for the information about google chrome. We'll try to fix the problem. Regarding toolbar - it's possible to apply styles only for a certain container. Please, see attached sample Attachments (1)
|