This question is locked. New answers and comments are not allowed.
Here's the template
Should be the confirm method for a RadButton where I just need to change the text
Problem is inside the aspx <script> nodes the acronym doesn't seem to work
I have it set to "bcnf" (also tried "confirm") and the activator is the tab key.
var callBackFunction = Function.createDelegate(sender, function (shouldSubmit) { if (shouldSubmit) { this.click(); } }); var text = "$1$"; radconfirm(text, callBackFunction, 300, 100, null, "RadConfirm"); args.set_cancel(true);Should be the confirm method for a RadButton where I just need to change the text
Problem is inside the aspx <script> nodes the acronym doesn't seem to work
I have it set to "bcnf" (also tried "confirm") and the activator is the tab key.