3.2.0

Template event handlers....

hi AW fanatics...

i am using templates... how could i possibly use its event handler...
for example.. i used the textbox template...
i want to execute a function on a specific event like onblur...onfocus...
my objective is to validate the input before the data is transfered to the myData array...

thanks.. i hope you could help me AW fanatics...
=)
glennlosentes
August 20,
function someThingToDo(){
  // your code here
}

obj.getTemplate("textbox").setEvent('onfocus', someThingToDo)


Try that...
Jim Hunter
August 23,

This topic is archived.

See also:


Back to support forum