Tag Archives: HTML

Adding Before & After Filters in Sencha Touch MVC Controllers

BeforeFilters in RoR are a great way to manage controller accesses or do execute any other specific controller action triggers. Here is a simple way of mimicking this great RoR feature on Sencha Touch MVC. Create a file named `app/controllers/Controllers.js` … Read More…

Posted in ExtJS, Javascript, Sencha Touch | Tagged , , , , , , | 1 Comment