ExtJS Components – the building blocks Beside great MVC implementation, object oriented approach and ton of other benefits that ExtJS provides for developer, one of the top 3 futures (if you ask me) is ability to not to code layout ... Read more »
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 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 »