Archive for May, 2008

New example

Friday, May 30th, 2008

I have just uploaded new example Tabs in Form that shows how to correctly configure a form spreading multiple tabs. Enjoy!

Examples Amended

Monday, May 26th, 2008

I am proud to announce that I have amended examples at http://examples.extjs.eu to show brief explanation of each example. Enjoy! Saki

New Example

Wednesday, May 21st, 2008

I am glad to announce new example: Displaying Form Submit Errors Enjoy!

Which events are fired?

Sunday, May 18th, 2008

We need to know all events that are fired by a component and in which order sometimes. It is easy to find out. Let's say that the component in question has id my-comp. Load the page with the component, open Firebug, Console tab, and type: Ext.util.Observable.capture(Ext.getCmp('my-comp'), console.info) Now do some actions with the ...

Events Explained

Sunday, May 18th, 2008

Historical Background Most likely many of you who will read this article do not remember times of Fortran language and computers that were fed with tons of punch cards to have some some job done. The main purpose of computers at that time was to compute something really; that is not true ...

New Examples

Wednesday, May 14th, 2008

There are two new examples since last announcement: Displaying 1:n Data in Grid Drag & Drop Between Grids Enjoy! Saki

Displaying 1:n Data in Grid

Sunday, May 11th, 2008

The Problem Imagine that you have a one-to-many relationship in your database, for example, you have table person in which you keep personal data (first, middle, last names, etc.) and you have table phone where you keep phone numbers (phone type, phone number). It is quite common to have person:phones, company:phones, order:items, ...

xtype defined

Friday, May 9th, 2008

Preface There has been a lot of confusion I have observed on the Ext Forums as to xtype. Some people ignore it fully, some think that it is what it is not. So I've decided to clarify it. Definition xtype is a symbolic name given to a class. Nothing less, nothing more. For ...

New Examples

Thursday, May 1st, 2008

Some time passed since I've announced examples page and now I'm pleased to inform you that we have another bunch of them available since then: Form Fields Anchoring Form Load And Submit Image In Form Grid In An Accordion Grid In An Border Layout Simple Table Layout Simple Viewport Tab Panel in Accordion Simple Window/Panel autoLoad Enjoy!