Hyperlink on group control header?
Hi,
Just wondering if (through the use of templates??) it's possible to replace the standard control text for a AW.UI.Group control to be a hyperlink instead?
I'm thinking that I might be able to do this through something like:
var grp= new AW.UI.Group;
var link= new AW.Template.Link;
grp.setTemplate("???", link);
but I'm not sure what the name of the template should be?
BTW - still currently evaluating the library, hence do not have all the source code, so apologies if I'm asking a dumb question....
Just wondering if (through the use of templates??) it's possible to replace the standard control text for a AW.UI.Group control to be a hyperlink instead?
I'm thinking that I might be able to do this through something like:
var grp= new AW.UI.Group;
var link= new AW.Template.Link;
grp.setTemplate("???", link);
but I'm not sure what the name of the template should be?
BTW - still currently evaluating the library, hence do not have all the source code, so apologies if I'm asking a dumb question....
JC
April 20,