Finding components, DOM elements or whatever using ExtJs

22 Aug
DOM lookup can be hell of a job, because it’s structure can be monstrouos in case of serious web sites, not to mention heavy one-page web apps. That’s why we, today, have some cool libraries (like jQuery) that perform some ... Read more »

ExtJS Class System

28 Jun
web developer at test
Goran
Latest posts by Goran (see all)
ExtJS class preface Java Script is prototype oriented language. It is very flexible, many problems can be solved with different solutions which comes with cost of being unpredictable and difficult to maintain.. ExtJS is state of the art when it comes to ... Read more »

ExtJS Architecture system and organization explained

26 Jun
web developer at test
Goran
Latest posts by Goran (see all)
ExtJS Architecture in short ExtJS architecture uses MVC for project structure. You can learn in detail how to setup ExtJS project here where Nenad shows basic usage of sencha cmd (sencha command line tool). In short after creating workspace and project within ... Read more »