Creating JSON Data in PHP - Learn About the Ext JavaScript Library By: Admin
So you need to encode JSON data for use with Ext? If you are lucky
enough to be running PHP 5.2.0 or greater, then you have the optimal
environ...06-Apr-2010 |
Using Ext grid form dialog to achieve paging list, create, edit, delete function By: Admin
In web applications, most of the pages can be cataloged as: List,
Create, Read, Update, Delete.The Ext documentation center provides a
good exa...06-Apr-2010 |
Patterns – Using Ext JS Sequence and Intercept By: Admin
Sequence and Intercept are a pair of related methods built into Ext JS that we can use
to add functionality or add fixes to the library wi...06-Apr-2010 |
Some Common ExtJS Error Messages Explained By: Admin
The autoExpandColumn feature of the ColumnModel accepts an
'id' as the argument, this 'id' needs to match the 'id' given to the
...06-Apr-2010 |
Four Tips for Staying on Track With Scope in ExtJS By: Admin
Using Ext.each or the each method of an array or store, etc. is the first easy way to loose scope. The following bit of c...06-Apr-2010 |
Getting Started With Grid Drag & Drop By: Admin
The first thing we need to do is tell our GridPanel that it's
going to be used for drag and drop, this is because the default
be...06-Apr-2010 |
Grid Filter Plugin – Backend Code (in PHP) By: Admin
ExtJS has decided to include my PHP script in the example code released
with their 2.1 API download.
There are five data types that can be fil...06-Apr-2010 |
Adding a Google Map to a Tab or Window By: Admin
The window and Tab need to be rendered before you can gain access to the body.dom element, for this I just tag a show() i...06-Apr-2010 |
Loading Data Into & Submitting a Form By: Admin
We will go through the full circle of using forms, from populating
the form with data from the server, to submitting that data back to the...06-Apr-2010 |
The Grid – Basics of Paging By: Admin
A paging grid must have a server side element to perform the breaking up of data into pages.
For this example we are using php as the serv...06-Apr-2010 |