PDA

View Full Version : exist something like Ext.Form.Field.hasFocus()?



piskui07
29 Oct 2007, 7:09 AM
exist something like Ext.Form.Field.hasFocus()?

thanks

tryanDLS
29 Oct 2007, 8:35 AM
There is a private property indicating focus, but no public method. However, field fires a focus event which you could listen to.

piskui07
30 Oct 2007, 2:01 AM
ok. thanks.

elirov
25 Jul 2009, 8:12 AM
Why wouldn't there be a public hasFocus() method that gives you access to that field? Seems simple and useful.