Archive for May, 2008
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!
Posted in Examples | 6 Comments »
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
Posted in Examples | 4 Comments »
Wednesday, May 21st, 2008
I am glad to announce new example:
Displaying Form Submit Errors
Enjoy!
Posted in Examples | No Comments »
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 ...
Posted in Know-how | 4 Comments »
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 ...
Posted in Know-how | 28 Comments »
Wednesday, May 14th, 2008
There are two new examples since last announcement:
Displaying 1:n Data in Grid
Drag & Drop Between Grids
Enjoy!
Saki
Posted in Examples | No Comments »
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, ...
Posted in Know-how | 7 Comments »
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 ...
Posted in Know-how | 9 Comments »
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!
Posted in Examples | 4 Comments »