|
Browse by Tags
All Tags » WebToolBar Client Event ( RSS)
-
I'm trying to get the text value from a WebCombo that is inside a tbCustom object on an UltraWebToolbar so if it is empty I can cancel the postback. I can get a reference to the tbCustom object (tbSearchBox) by using the Toolbar.Items.fromKey method as below but I don't know how to reference...
-
When I add an UltraWebToolbar toolbar to an UltraWebTab dynamically it works fine, but when I create a new tab and add another UltraWebToolbar I get "Error initializing the UltraWebToolbar". The first toolbar still works fine?
-
I am using master pages and have a menu control setup with a number of buttons. On some screens I only want to show certain buttons. In the code behind on formload for the particular page I would like to be able to do this. what properties must i access to do this?
-
I would like on client side to get confirmation like "Are you sure?" when a button on webtoolbar is clicked. I am trying with following script. function tbMain_Click(oToolbar, oItem, oEvent){ var btext = oItem.getText(); if (btext == "Release" ) { if (confirm( "Are you sure?"...
Page 1 of 1 (4 items)
|
|