Search Type: Posts; User: joakim.dejong
Search: Search took 0.02 seconds.
-
10 Oct 2011 12:53 AM
Jump to post Thread: using a Writer with a store by joakim.dejong
- Replies
- 8
- Views
- 1,499
In Ext JS 4.0 to set the writer after the store has been created you can use "setWriter" on the proxy.
It seems that "meta" isn't used in 4.0.
Instead you should pass in the config object
... -
10 Oct 2011 12:33 AM
- Replies
- 4
- Views
- 1,664
Found the answer to my own question.
Just use "setWriter" on the proxy.
var myProxy = Ext.StoreMgr.lookup('myStore').getProxy();
myProxy.setWriter(new Ext.data.XmlWriter()); -
9 Oct 2011 10:49 PM
- Replies
- 4
- Views
- 1,664
Is there a way to fix this in Ext JS 4.0?
The described method above didn't work. :( -
14 Jul 2011 1:03 AM
- Replies
- 4
- Views
- 996
Is this enough to be considered a bug report?
Or should it be sent somewhere else also?
Just so the developers see it and are able to fix it. -
13 Jul 2011 11:54 PM
- Replies
- 4
- Views
- 996
I just found that the call to removeChild() mentioned above seems to be faulty.
replaceChild : function(newChild, oldChild, suppressEvents) {
var s = oldChild ?... -
13 Jul 2011 11:27 PM
- Replies
- 4
- Views
- 996
I am having the same problem.
When I call "sync()" on the TreeStore the next sibling of the changed child becomes dirty.
When I look at the siblings' values, under "modified" it says it's Index has...
Results 1 to 6 of 6
