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.
Inline Anonymous Funcion Pattern
Inline Anonymous Funcion Pattern
JavaScript Extension File Pattern
Boilerplate file for extension. Copy&paste it to your app then write your functionality in.
JavaScript Plugin File Pattern
File to copy&paste to your application as a boilerplate for a plugin.
Return Value of Function as items Pattern
We can use an inline function to build items. See how.
Defer Inline Anonymous Function Pattern
See how to defer execution of an inline function.
PHP File Pattern
Boilerplate for PHP files.
JavaScript Application File Pattern
ExtJS Application File Pattern
HTML File Pattern
We don’t create HTML files too often these days, nevertheless, here is the pattern.
