Ext JS is a JavaScript framework for building Rich Internet Applications (RIAs) that run in web browsers.

learn more… | top users | synonyms (1)

3
votes
1answer
392 views

Sencha touch with XML

Could you please review the following? My concern is XML parsing is hardcoded: ...
3
votes
1answer
649 views

Ext JS: Avoid duplication

I have ext_scaffold (question.js). When I row click I get answers on this question, so ...
10
votes
1answer
2k views

ExtJS Grid Plugin

The code below is a plugin I wrote for Ext.grid.GridPanel, which basically allows you to have a bit more control over how rows are striped in the grid. By default ...