javascript - How to get TabIndex property of currently active control? -


how find tabindex property of control has active focus @ runtime. using ulitmateeditor(text editor) i.e user control , want focus inside body of editor.

you should able do:

alert(document.activeelement.tabindex); 

the should active control , tab index.


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

asp.net - RadAsyncUpload in code behind, how to? -