:: Forum >>

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...
Seth
Monday, June 6, 2005

This topic is archived.


Back to support forum

Forum search