How to validate user using extjs coding?

189 views Asked by At

I am newer in Ext JS (sencha) Programming. I designed a login form and user home form using exjs. I create a controller, a model , views (for login and userhome) and store for user Info. I also create a json file(userInfo.json) containing user details like user name and password

I do not know how to fire a event on login button click and check user if exist in json file. and return true or false.

0

There are 0 answers