gQsToolbar.add(gQSToolbarSeperator);
gQsToolbar.add(gToolbarSeperator);
toolbarButton = new CToolbarButton(gQsToolbar, 'goApplicationManager.getFeatureManager().launchFeature(""
, new Array(
,
""
)
)', '
/
', '', gToolbarButtonbStyle, false, null, null, '');
toolbarButton = new CToolbarButton(gQsToolbar, 'goApplicationManager.getFeatureManager().launchFeature(""
, new Array(
""
)
)', '
/
', '', gToolbarButtonbStyle, false, null, null, '');
var toolbarButtonDropDownMenu = toolbarButton.createDropDownMenu(gMenuStyle, '');
if (typeof toolbarButtonDropDownMenu == "object")
{
var dropDownItem = new CMenuItem(toolbarButtonDropDownMenu, '', '
goApplicationManager.getFeatureManager().launchFeature("")
', '', gMenuItemStyle, '', '');
var dropDownItem = new (toolbarButtonDropDownMenu
, Array(
""
,
)
, ""
,"", gMenuItemStyle);
}