Search Type: Posts; User: dannykopping
Search: Search took 0.02 seconds.
-
27 Nov 2011 2:03 PM
- Replies
- 8
- Views
- 975
OK - I think I've solved the problem.
I've got a callback on an AJAX request which runs the following code:
success: function(response){
var list = Ext.getCmp("userlist1");
var... -
27 Nov 2011 1:29 PM
- Replies
- 8
- Views
- 975
I've found a potential hook in the AbstractView class - there is an "onDataChanged" function which is the callback for the "datachanged" event. This event is fired when data is changed in a Store,...
-
24 Nov 2011 3:48 PM
- Replies
- 8
- Views
- 975
Interesting!
Ok, I'm not very familiar with XTemplates just yet - but I'm trying to load data into a Panel (which I assume would have a default XTemplate applied to it) and it's not working as... -
24 Nov 2011 3:25 PM
- Replies
- 8
- Views
- 975
Thanks tobiu! That's getting me a little closer, but it's rendering the data as a string of "[object Object]" - not the way the data is rendered when a used with a Store - is there no way to just...
-
24 Nov 2011 2:59 PM
- Replies
- 8
- Views
- 975
Hi tobiu
That's not quite what I'm looking for; I have the data I want to load into the component already and so I don't need the component to handle its own data retrieval. Is there some event... -
24 Nov 2011 2:45 PM
- Replies
- 8
- Views
- 975
Hi all!
I'm a Flex refugee and I'm slowly making my way through ExtJS.
I'm porting over an ActionScript 3.0 library for doing web-services to an open-source backend I've written, and I want to...
Results 1 to 6 of 6
