Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Nick Armitage on Nov 05, 2007 02:05
open dhtmlx forum
dhtmlxToolbar ImageText

Couldn't see a way to respond to the answer given on the new Knowledge Base????
So posting both the original question and answer (below) as a new question...

I am talking about the Toolbar NOT the TabBar.
So is ImageTextButtonXP available on the Toolbar as well?
And if so, at which version because I only downloaded the Toolbar code yesterday (so assuming it's not available).

Question posted by Nick Armitage on Nov 04, 2007 13:15
    
dhtmlToolbar ImageText

Is it possible to have the text for the toolbar image to appear underneath the button rather than having it appear to the right?
I have a toolbar that can be quite high but not very wide.
So I'm thinking I'd prefer to have the toolbar text sitting underneath the image.

Answer posted on Nov 05, 2007 01:46
Latest version of tabbar supports additional type of tab buttons - ImageTextButtonXP - which works exactly as you described

ImageTextButtonXP

var z= new dhtmlXImageTextButtonXPObject(...

or from XML as

<ImageTextButtonXP src="../../codebase/imgs/iconFilter.gif" height="25" width="25" id="0_filter" tooltip="Filter">Text here</ImageTextButtonXP >
Answer posted on Nov 05, 2007 08:48
>>And if so, at which version because I only downloaded the Toolbar code yesterday (so assuming it's not available).
Actually latest version on dhtmlx.com must support it, if problem still occurs for you - please contact us at support@dhtmlx.com - we will send you featured sample, where toolbar uses new type of buttons.