Routing in ExtJS 5 using MVC Controller
This example shows how to implement routing in ExtJS 5 application. The application uses MVVM architecture and the routing is implemented using MVC controller.
This example shows how to implement routing in ExtJS 5 application. The application uses MVVM architecture and the routing is implemented using MVC controller.
This advanced example shows how to use ExtJS 5 MVVM architecture to bind the record selected in grid to form. The record is editable both in the grid and form and form buttons are enabled and disabled according to the record valid and dirty state.
Professional Ext applications require users to login. This example shows how to get logged-in user data from the server before the application actually starts and how to require user to login.
This grid is backed by store that uses data from a static JavaScript array yet it supports paging. The key is to use Memory Proxy with paging enabled. It also works in ExtJS 4, only proxy must be changed to PagingMemory Proxy.
This example shows how to create a button or link for downloading a file. The example creates hidden helper iframe and hidden form. Iframe is the target of the form submit. Return the correct HTTP headers from the server is crucial.
Description This example shows how to present one copy of data from the store/model in various forms and how to synchronize data changed at various