Top "Extjs" questions

Sencha Ext JS is a JavaScript framework for building rich Internet applications (RIAs).

Javascript how to parse JSON array

I'm using Sencha Touch (ExtJS) to get a JSON message from the server. The message I receive is this one : { "…

javascript json extjs
What are alternatives to ExtJS?

So what I'm looking for is a javascript framework I can use that has several UI controls. I have taken …

javascript extjs frameworks
How to stop a setTimeout loop?

I'm trying to build a loading indicator with a image sprite and I came up with this function function setBgPosition() { …

javascript css extjs settimeout
ExtJs Gridpanel store refresh

I am binding ExtJs Gridpanel from database and add "Delete" button below my gridpanel. By using the delete button handler, …

extjs
How to retrieve JSON Data Array from ExtJS Store

Is there a method allowing me to return my stored data in an ExtJS Grid Panel exactly the way I …

extjs
How to display binary data as image - extjs 4

Here is the binary for a valid .JPEG image. http://pastebin.ca/raw/2314500 I have tried to use Python to …

javascript ajax extjs extjs4
Explain ExtJS 4 event handling

I've recently started learning ExtJS, and have trouble understanding how to handle Events. I have no experience of any previous …

javascript extjs event-handling extjs4
How to retrieve Request Payload

I'm using PHP, ExtJS and ajax store. It sends data (on create, update, destroy) not in POST or GET. In …

php javascript json extjs
How can I let a user download multiple files when a button is clicked?

So I have a httpd server running which has links to a bunch of files. Lets say the user selects …

javascript html apache extjs download
504 Gateway Time-out The server didn't respond in time. How to fix it?

The client requested to download a compressed log file, using Ext.js a form submission on an embedded iframe. Request …

apache servlets extjs jboss http-status-code-504