Hi,
How can i create a reusable extjs components ( panels, fromPanels, data stores ) with out using extjs 4 MVC. If its not possible how to do it with MVC,
My application will have 3 tabpanels
Quizzes - Exerxises - Exams
Each tab will load a view file from server, which includes a grid panel and question form.
Grid and question panel will be same for each 3 tabs.
i write the js code for grid and question from in one js file and included that in quiz-view, exercise-view and exam-view
Doing so will displays the grid and form correctly for the first time. if i go to the second tab, grid and form are not rendered properly (form missing some elements). I noticed that this is because of the id properties of the form elements.
how to implement this kind layout.
aBlQ8.jpg