Questions tagged [ext.js]
Ext JS is a JavaScript framework for building Rich Internet Applications (RIAs) that run in web browsers.
4 questions
4
votes
0
answers
116
views
UI testing for a web application, with variant scenarios
I'm pretty new to software testing and am currently working on a cloud-based web application.
Briefly, the application uses:
Ext JS as a framework
Bryntum's Siesta framework for testing
Currently, I'...
3
votes
1
answer
604
views
Sencha touch with XML
Could you please review the following? My concern is XML parsing is hardcoded:
...
4
votes
1
answer
1k
views
Ext JS: Avoid duplication
I have ext_scaffold (question.js). When I row click I get answers on this question, so
...
13
votes
1
answer
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 ...