12
votes
10answers
8k views
Any suggestions for testing extjs code in a browser, preferably with selenium?
We've been using selenium with great success to handle high-level website testing (in addition to extensive python doctests at a module level). However now we're using extjs for a lot of pages and …
8
votes
4answers
556 views
Best Way to automatically compress and minimize JavaScript files in an ASP.NET MVC app
So I have an ASP.NET MVC app that references a number of javascript files in various places (in the site master and additional references in several views as well).
I'd like to know if there is an …
4
votes
10answers
3k views
The dangers of using ExtJS on a big project with RoR?
We are developing a considerably big application using Ruby on Rails framework (CRM system) and are considering to rewrite it to use ExtJS so that Rails would just do the data handling, while ExtJS …
4
votes
4answers
2k views
Best Way to Organize an ExtJS Project
I've just started developing an ExtJS application that I plan to support with a very lightweight JSON PHP service. Other than that, it will be standalone. My question is, what is the best way to …
3
votes
1answer
76 views
Which BDD framework for JavaScript do you use?
I'm developing large application using ExtJS framework. Because it grows too fast, I realized that this might be the time to start doing tests.
I want to go for BDD technique, I found several BDD …
3
votes
6answers
293 views
What is ExtJS philosophy? Single page application?
I need to write my next project using ExtJs.
It's a nice Javascript lib but I don't fully understand the idea behind it.
Take the docs page for example:
http://www.extjs.com/deploy/dev/docs/
Am I …
3
votes
3answers
464 views
ExtJS: how to return json success w/ data using asp.net mvc
Hello,
I am trying to use ExtJS with Asp.Net MVC, and it is going fine so far. (Nice work on ExtJS)
To make things easier, I need some help returning data from .net to ExtJS.
ExtJS expects to see a …
3
votes
6answers
174 views
How do a get buttons not to take the focus?
I want my (ExtJS) toolbar buttons not to grab the focus on the web page when they are clicked, but to do their "thing" while leaving the focus in the form that had it when they were clicked. How do I …
3
votes
3answers
894 views
What is the best practice to use ExtJS with Django Framework
I like to use django in the server side with extjs in the client.
Possibly using a REST interface for publishing the resources.
Ideas about that?
thanks.
3
votes
11answers
4k views
Using ExtJS in ASP.NET
I don’t have advanced knowledge in JavaScript, and I am trying to learn how to use ExtJS framework in ASP.NET (C# or VB.NET) environment. I’ve got couple of samples, but was unable get the project …
2
votes
2answers
69 views
How to track Ajax requests using Google Analytics?
I'm trying to use Google Analytics to track any Ajax request made by my web application (in my case built on ExtJS, but it doesn't matter right now).
I wrote few lines of code to track all Ajax …
2
votes
2answers
105 views
ExtJS data store for tree
I've got a basic ExtJS question, which I can't seem to resolve based on reading the docs and searching. Currently I have a TreePanel that loads JSON directly from a URL. I'm trying to separate the …
2
votes
1answer
160 views
jQuery equivalents to ExtJS functions extend(), apply() and namespace()?
ExtJS provides some great helper functions like:
Ext.extend()
Ext.apply()
Ext.namespace()
Are there any equivalents in jQuery? I know I could port all three to jQuery since I like them so much, …
2
votes
7answers
707 views
Which serverside Java technology to use with ExtJS
We are plannnig to upgrade the UI framework for our 6-8 year old application written using Struts/JSP/EJB to ExtJS. Just curious as to what is the most popular Java technology on the server people …
2
votes
4answers
655 views
How to read JSON from Ruby on Rails with ExtJS
I have some existing projects that were built upon a deprecated PHP framework, and I'm hoping to move them over to Ruby on Rails with minimal effort. My main problem right now is the format that the …
