3.2.0

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
May 4,
var obj = new AW.UI.Input;
obj.setId('obj');
document.getElementById('obj').focus();

That work?
Mike
May 4,

This topic is archived.

See also:


Back to support forum