bug: link code doesnt preserve case sensitivity
I have to use this in my Data array:
["<a href='blah'>blah</a>", "", "", "", ""]
Instead of this:
var link = new Active.Templates.Link;
link.setAttribute("href", function() {var text = this.getDataProperty("value",0);
return text;});
obj.setColumnTemplate(link, 0);
because this turns everything lowercase...
["<a href='blah'>blah</a>", "", "", "", ""]
Instead of this:
var link = new Active.Templates.Link;
link.setAttribute("href", function() {var text = this.getDataProperty("value",0);
return text;});
obj.setColumnTemplate(link, 0);
because this turns everything lowercase...
Seth
June 6,