Blog.

Binding Grid and Form in ExtJS 5

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.

Read More »

ExtJS 5 Simple Login System Example

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.

Read More »

ExtJS 5 Grid with Memory Paging Example

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.

Read More »

Downloading File

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.

Read More »

Enter your username and password to log into your account. Don't have an account? Sign up.

Want to collaborate on an upcoming project?