Extjs

Revised Ext Model …

I posted the other day about Automated ExtJS Model Creation using Sequelize Model Definitions and while the code works really well it occurred to me later that I might want to also be able to create static model definitions (for stuff like UI components, menus and the like.) In order to achieve this …

Automating Ext Model …

In one of the applications I’m building I’m using Node.js, Express, Sequelize and Ext. All are fantastic tools but not necessarily meant to work together in perfect harmony (specifically Sequelize and Ext.) Because I’m lazy I wanted my Node.js application to provide some standard …

Generating Projects with …

There’s a bit of a mix-up at Sencha lately with regards to their platform tools. I had to do some digging this morning to figure out that if you’re building a SenchaTouch 2.x application; you’ll need This Package instead of Sencha SDK Tools After downloading the sencha cmd stuff …