|
|
I have a
question concerning the selectbox of the toolbar.
In this selectbox I would like to set a spe... | Dec 09, 2014 21:04 | | | Selectbox value | Dec 08, 2014 15:41 | | | In the following code snippet the AfterToolbarLoad is not called.
Why not?
function AfterToolbarLoad()
{
alert('AfterToolbarLoad');
aToolBar.hideItem('AjaxProgressIndicator');
aToolBar.disableItem('CmdDelete');
aToolBar.disableItem('CmdNew');
aToolBar.disableItem('CmdUpdate');
}
function BuildMainScreen()
{
aToolBar=new dhtmlXToolbarObject(document.getElementById('toolbar_zone'),'100%',16,'Web CSI');
aToolBar.setOnClickHandler(SearchCmd); //onButtonClick);
aToolBar.setImagePath(g_baseURL + 'imgs/');
aToolBar.loadXML(g_baseURL + '_toolbar.xml',AfterToolbarLoad);
aToolBar.showBar();
| Nov 29, 2014 19:58 | | | toolbar background | Nov 27, 2014 23:01 | | | Align for items would be nice.
We want to group some items left and some right in a toolbar.
| Jan 20, 2010 23:00 | | | toolbar 2.5 | Jan 14, 2010 03:48 | | | Click a button in toolbar dynamiccaly | Jan 04, 2010 05:04 | | | Toolbar at the layout botom | Dec 17, 2009 07:16 | | | Toolbar Alignment | Dec 09, 2009 08:19 | | | toolbar image still visible after hiding button | Dec 04, 2009 07:24 | | | Click item in toolbar | Dec 02, 2009 00:56 | | | Logo in Toolbar | Nov 25, 2009 02:33 | | | Make whole selectButton in Toolbar display the dropdown menue | Nov 18, 2009 02:07 | | | DHTMLX Toolbar Change slider skin | Nov 02, 2009 05:13 | | | my question is about direction not order...pages-list-boxt of paging toolbar | Oct 21, 2009 07:32 | | | How do you set a class on a specific toolbar item | Oct 19, 2009 02:03 | | | Toolbar - problems after upgrade to 2.5 | Oct 13, 2009 02:22 | | | toolbar buttonselect | Sep 25, 2009 07:08 | | | userdata for toolbar? | Sep 18, 2009 06:27 | | | dhtmlxToolbar XML Commands | Sep 08, 2009 03:06 | | | Toolbar issue with big datasets | Aug 31, 2009 07:45 | | | dhtmlxToolbar: How to test if an item exists | Aug 27, 2009 08:59 | | | use 2 pins in one toolbar slider | Aug 26, 2009 02:13 | | | Formatting items in a toolbar | Aug 25, 2009 03:34 | | | | |
|