Search Type: Posts; User: srfarley
Search: Search took 0.02 seconds.
-
9 Mar 2012 5:17 AM
- Replies
- 5
- Views
- 2,545
I have created a library called SenchaCouch containing a base Model class, and a Proxy implementation that handles all REST operations with a CouchDB server. It's available at:
... -
27 Dec 2011 9:51 AM
Jump to post Thread: Sencha.io with Ext JS 4 by srfarley
- Replies
- 2
- Views
- 1,920
Is it currently possible to use Sencha.io with Ext JS 4? If not, when will Ext JS support be available?
-
21 Nov 2011 8:18 AM
- Replies
- 2
- Views
- 716
HtmlEditor contains a method called cleanHtml() containing the following code:
if (html.charCodeAt(0) === this.defaultValue.replace(/\D/g, '')) {
html = html.substring(1);
}
The...
Results 1 to 3 of 3
