Search Type: Posts; User: monkeyvu
Search: Search took 0.01 seconds.
-
20 Mar 2011 11:24 PM
Jump to post Thread: Grdpanel focusRow doesn't work by monkeyvu
- Replies
- 5
- Views
- 850
I know the reason. The loadData method will fire an event "load" so the grid will be loaded again so it goes to the first row instead of my focused row.
Do you know how to solve this issue? -
20 Mar 2011 7:37 PM
Jump to post Thread: Grdpanel focusRow doesn't work by monkeyvu
- Replies
- 5
- Views
- 850
Look like it goes to that added row already but the grid is refresh and it goes to the first row again.
-
20 Mar 2011 7:03 PM
Jump to post Thread: Grdpanel focusRow doesn't work by monkeyvu
- Replies
- 5
- Views
- 850
Hi all,
My application will add a new record in resources. Then I want to focus on the row which has been added. My code is like below:
this.grid.store.loadData(newResource, true); ... -
13 Mar 2011 8:00 AM
Jump to post Thread: JsonReader issue by monkeyvu
- Replies
- 2
- Views
- 575
I got the exception : root undefined response
When I define the JsonStore, I already declare root: eventdata. -
13 Mar 2011 7:31 AM
Jump to post Thread: JsonReader issue by monkeyvu
- Replies
- 2
- Views
- 575
This is the response from the server.
{success:true, eventdata:{Id:'924',ResourceId:'2109462',Title:'CA',StartDate:'2010-12-04 07:45:00',EndDate:'2010-12-04 11:00:00',color:'#ccffff'}}
Then I... -
13 Mar 2011 7:03 AM
Jump to post Thread: extend Ext.data.DataProxy by monkeyvu
- Replies
- 1
- Views
- 687
If I delete an event has been created, the request method isn't called anyway. Anyone knows this issue?
-
13 Mar 2011 6:49 AM
Jump to post Thread: extend Ext.data.DataProxy by monkeyvu
- Replies
- 1
- Views
- 687
Hi all,
I'm extending the Ext.data.DataProxy like below:
Ext.extend(Ext.ux.data.MyProxy, Ext.data.DataProxy, {
request: function(action, rs, params, reader, callback, scope, options) {
... -
22 Feb 2011 5:46 PM
Jump to post Thread: ScriptTagProxy fireEvent load by monkeyvu
- Replies
- 5
- Views
- 1,336
Oh I think the Store class has added that event for listening. When we fire that event, the Store class will do something. That is what I understand. Am I correct?
-
22 Feb 2011 8:40 AM
Jump to post Thread: ScriptTagProxy fireEvent load by monkeyvu
- Replies
- 5
- Views
- 1,336
Actually I'm using this one
... -
22 Feb 2011 7:30 AM
Jump to post Thread: ScriptTagProxy fireEvent load by monkeyvu
- Replies
- 5
- Views
- 1,336
Hi all,
In ScriptTagProxy source code, I see this line in onRead function:
this.fireEvent("load", this, res, trans.arg);
Would you like to let me know what this is for? Thanks very much.
Results 1 to 10 of 10
