I want to implement gridview given in link http://docs.sencha.com/ext-js/4-1/#!/example/writer/writer.html….but i want to break this single writer.js file into separate model,view,controller and store file in order to implement exact gridview in MVC architecture format.i.e. i want to create four different files formodel,view,controller and store for implementing same example. So can you please tell me how will be these four separate files.How to divide this single writer.js files code into model,view,controller and store files.
I am very new to extjs. Please help me…..
I want to implement gridview given in link http://docs.sencha.com/ext-js/4-1/#!/example/writer/writer.html….but i want to break this
Share
i finished Writer function using MVC structure successfully. If u need any help let me know. on form submit, added this code to insert values inside grid row.