ExtJS-WebSocket icon indicating copy to clipboard operation
ExtJS-WebSocket copied to clipboard

Ext.ux.WebSocket is an extension to manage HTML5 WebSocket with ExtJS and SenchaTouch

Results 4 ExtJS-WebSocket issues
Sort by recently updated
recently updated
newest added

Fixes: - closes wilk/ExtJS-WebSocket#11: initialize messageQueue in constructor for wilk/Ext.ux.data.proxy.WebSocket#21 (ComboBox with GridPanel issue) Demo: - update demo to Ext JS 4.2.1 - scroll messagebox to bottom - fill in...

The message queue was shared among websockets. This is undesired behaviour since all websockets have their own purpose. On the 'onopen' event it may send messages of another websocket. This...

Hello, I'm really excited to find this plugin! The demo works fine as is but I'm having some issues running it with a newer framework in `demo/index.html` try changing the...

This PR and https://github.com/wilk/Ext.ux.data.proxy.WebSocket/pull/11 attempt to keep the modules separated. More information is available at http://www.sencha.com/forum/showthread.php?285995-Extension-Dependencies&p=1045962#post1045962.