Search Type: Posts; User: raabe
Search: Search took 0.02 seconds.
-
1 Aug 2008 2:43 AM
- Replies
- 0
- Views
- 508
Hello,
in my application i want to reload children nodes from the server every time i click on a tree node.
Currently, existing nodes came from ext cache and not directly from the server.
I... -
29 Jul 2008 1:23 PM
- Replies
- 3
- Views
- 1,439
I found a solution
Ext.extend(Application.List, Ext.grid.GridPanel, {
refresh : function(key) {
var ds = this.getStore();
ds.proxy = new Ext.data.HttpProxy({
url:... -
29 Jul 2008 1:16 PM
- Replies
- 3
- Views
- 1,439
Hello,
sorry, but it doesn't work.
Application.List = function(store,cm) {
Application.List.superclass.constructor.call(this, {
region: 'center',
id:'grid', -
29 Jul 2008 7:26 AM
- Replies
- 3
- Views
- 1,439
Hello,
i've got a problem to update a grid with new data.
I want to update the grid by clicking an tree node. I want to load a new data-url, data/data.php?id=key and the key appears correctly in...
Results 1 to 4 of 4
