This is a migrated thread and some comments may be shown as answers.

[Solved] Template no Templating

0 Answers 95 Views
Code Templates
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
sitefinitysteve asked on 20 Apr 2011, 06:10 PM
Here's the template
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.
Tags
Code Templates
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
Share this question
or