hi,
I have created a login page wid uname and password.. onload of the page i want to keep the cursor on username textbox.. . how will i do tat??
i tried something lik this.. but its nt working.. 😔
onAfterRendering: function() { var self = this; $('document').ready(function() { self.getView().byId('loginEmail').focus(); }); },