The setclass()function now works. It was a bug inside
the function.
Note: When I tried the example with following style I
noticed that the background-color was not set. This
might be a bug with IE.
.test {
background-color:blue;
border: 2px solid black;
}
Updates are inside cv
Hi Folks!
Tried to use setClass('test') on a Template.
The code i generated in a ioelement page:
parent.tpLogin = new parent.Template('hej',0,0,0,0);
parent.tpLogin.setAnchor({left:0,top:0,bottom:0,right:0});
parent.tpLogin.setDefaultFieldValue(' ');
parent.tpLogin.generate();
dynapi.document.ad