How to set properities for all new Inputs ?
Hi, another dumb question...
I've tryed this:
but it seems to not work. I just do not want to make it for each and every input itself...
What am I doing wrong ?
I've tryed this:
AW.UI.INPUT.onControlActivated = function(event){
this.setStyle('background', '#CFDEFF');
}
AW.UI.INPUT.onControlDeactivated = function(event){
this.setStyle('background', 'white');
}
but it seems to not work. I just do not want to make it for each and every input itself...
What am I doing wrong ?
ASJ
April 23,