setId not working
I have the following code
Although obj.setId is not changing the id for the DIV rendered. It will just use the default naming convention of id="aw8" or something to that effect.
AW.HTML.userInfo = AW.System.Control.subclass();
AW.HTML.userInfo.create = function()
{
var obj = this.prototype;
obj.setTag("DIV");
obj.setId("usercontrol");
}
Although obj.setId is not changing the id for the DIV rendered. It will just use the default naming convention of id="aw8" or something to that effect.
Tony
January 15,