:: Forum >>

set focus to AW input

Is it possible to set cursor focus to the AW input object?

I looked everywhere and can't find the answer.
Jon
Friday, May 4, 2007
var obj = new AW.UI.Input;
obj.setId('obj');
document.getElementById('obj').focus();

That work?
Mike
Friday, May 4, 2007

This topic is archived.


Back to support forum

Forum search