I need replace some token in tooltip by User Name in server side.
I use
var mybuttonToolTip = button.get_tooltip(); mybuttonToolTip = mybuttonToolTip.replace("{TOKEN}", currentUserName}; button.set_tooltip(mybuttonToolTip ); This event exist?
I suppose you want to set the Tooltip of RadButton in the clientside. You can use get_toolTip() and set_toolTip() functions instead of get_tooltip() and set_tooltip() functions as follows.
You can choose to view information needs to be entered in the Address text box, click on it and Push the submit button to submit the form. Check the source code to see how the actions are implemented. http://jquerytools.org/demos/validator/server-side.html