Loading more classes in one file
You should not read this post. It describes a bad practice.
You should not read this post. It describes a bad practice.
Although Sencha Cmd is a very useful tool for application scaffolding, creating view, controllers and models, sometimes it is faster to use a single-file app. It is especially useful for fast testing, prototyping or concept proof. Read how to do it.
If you modify records of an editable grid with paging and if you then page-out, your changes are lost. This article shows easy implementation of keeping modified records while paging.
Important If you have not already done so, study Writing a Big Application in Ext (Part 1) and Writing a Big Application in Ext (Part
It is easy. Check it out.
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
We need to know all events that are fired by a component and in which order sometimes. It is easy to find out.
Should we code our special functionality we need to add to Ext or Touch as extension or as plugin? This article discusses differences and use cases of both approaches to give you all information you need for right decisions on the matter.
If you want to see permissions of a file or a directory in both human readable and octal notation issue this command:
Preface This article it the follow up of the Writing a Big Application in Ext post and it assumes that your application is written, at