You should not read this post. It describes a bad practice.
Single File ExtJS 5 Application w/o Sencha Cmd
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.
Keeping modified records of EditorGridPanel while paging
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.
Writing a Big Application in Ext (Part 3)
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 2)before you read this article. It would be very hard, if not impossible, to understand concepts explained here before you fully understand the first and second part. Introduction Helping on […]
How to remove all children of a tree node
It is easy. Check it out.
Writing a Big Application in Ext (Part 2)
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 the first […]
Which events are fired?
We need to know all events that are fired by a component and in which order sometimes. It is easy to find out.
Extension or Plugin?
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.
How to get permissons of a file/directory
If you want to see permissions of a file or a directory in both human readable and octal notation issue this command:
How to switch between Production and Development system
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 least to some degree, that way. It also assumes that the server side language is PHP 5.x, other users can take the idea and write the server side logic in […]
