Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Nick Armitage on Nov 04, 2007 13:15
open dhtmlx forum
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 by Mike Guzman on Dec 01, 2008 09:57
Hi, how do I put this type of the button using javascript loading? I have webBar Toolbar object
Answer posted by Support on Dec 03, 2008 07:40
dhtmlxToolbar 2.0 does not support buttons of such type.