[*] Updated Documentation & Examples
[-] Fix LoadPanel/IOElement bug in Opera v7
[-] Fix problem with delteAllChildren()
[-] Fix HTMLRollover - prevent reloading images on every
mouse click
[+] Add setDefaultFieldValue() to TM
[*] Change TM field syntax from [@fieldname] to
{@fieldname}
[-] Prevent layers from being loaded in TM if field is not
available in template
[-] Prevent unused field names from been shown in
generated templates.
[*] Allow [Template].setField() to replace all
occurrences of the field name
Latest updates inside CVS
Logged In: YES
user_id=1114824
I'm having problems with graphics clear() method.
Graphics.prototype.clear = function() {
this.deleteAllChildren();
this.setHTML('');
};
It doesnt work... Any suggestion?