Ext.ux.data.proxy.WebSocket
Ext.ux.data.proxy.WebSocket copied to clipboard
An easy-to-use implementation of the ExtJS/Sencha Touch proxy, using HTML5 WebSocket.
As title
Including update of demo and server. You may notice a websocket bug where data is not showed. It is fixed by Putting the following line in the ext.ux.websocket constructor: this.messageQueue...
I'm trying to use the proxy with extjs 4. I set autoload to true, but I got this error and no event read is sent to the server .....
Hello! I have some problem with ComboBox (or TreePanel) and GridPanel with different Stores. Grid receives data from ComboBox (or TreePanel) if they exists and if gridStore have autoLoad=true. But...