Archive for February, 2009

New Example

Thursday, February 12th, 2009

Hi, I've just uploaded the complex example of data binding of grid record to another two components. http://examples.extjs.eu Enjoy!

New Example

Tuesday, February 10th, 2009

Hi, I've just uploaded the example of dragging from a tree and dropping on a div. http://examples.extjs.eu Enjoy!

New Example

Monday, February 9th, 2009

Hi, I've just uploaded the example of populating a combo with data loaded from server on form load. http://examples.extjs.eu Enjoy!

New Example

Saturday, February 7th, 2009

Hi all, I've just posted new example at http://examples.extjs.eu This example shows how to setup dragging of items within a container to reposition them. Items positions are saved using Ext state management and CookieProvider. The example also shows: how to customize a class without extending how to create items using (X)Template how to setup a state saving how ...

New example

Wednesday, February 4th, 2009

Hi all, I've just uploaded new example, Handling Item Clicks, that shows how to handle clicks on items contained in a container in one event handler with possibility to disable items and thus ignore click on them. Enjoy!

Writing a Big Application in Ext (Part 2)

Monday, February 2nd, 2009

Important If you have not already done so, study Writing a Big Application in Ext (Part 1) before you read this article. It would be very hard, if not impossible, to understand concepts explained here before you fully understand the first part. Introduction It has been almost one year since I have published ...