Search Type: Posts; User: qlc
Search: Search took 0.02 seconds.
-
27 May 2013 5:08 AM
- Replies
- 2
- Views
- 147
That resolved the problem. But, since I'm using MVC, I put this in the controller: this.getSrvyTreeStoreStore().addListener('load',this.processTree, this);
-
26 May 2013 7:22 AM
- Replies
- 2
- Views
- 147
I am loading a treestore, getting the root node, then trying to iterate over the children. From what I observe, to seems to me that the tree is loaded into the store, I am able to get the root, when...
-
23 May 2013 12:02 PM
- Replies
- 13
- Views
- 7,996
All these years later, this thread helped me out immensely. Thanks Animal!!!
-
5 May 2013 4:49 PM
- Replies
- 5
- Views
- 1,573
I'm new to ExtJs and am wondering about this Would you please explain what this does?
-
20 Feb 2013 6:16 AM
Jump to post Thread: Grid hanging when sorting by qlc
- Replies
- 3
- Views
- 238
I have resolved the problem by removing leadingBufferZone,purgePageCount, and trailingBufferZone from the store.
Ext.define('MyApp.store.tblnameStore', {
extend: 'Ext.data.Store',
... -
20 Feb 2013 6:08 AM
- Replies
- 6
- Views
- 432
I have resolved the problem by removing leadingBufferZone,purgePageCount, and trailingBufferZone from the store. The store now looks like this:
Ext.define('MyApp.store.tblnameStore', {
... -
19 Feb 2013 5:51 AM
- Replies
- 6
- Views
- 432
I don't know if it makes a difference, but the code was generated by Sencha Architect.
-
19 Feb 2013 5:44 AM
Jump to post Thread: Grid hanging when sorting by qlc
- Replies
- 3
- Views
- 238
Hi,
I'm trying to do a remote sort on the server, not local. Do I have to turn off local sort somehow? -
18 Feb 2013 1:38 PM
- Replies
- 6
- Views
- 432
It seems that ExtJS 4 is making the propper web call to get the sorted data from the server with the AJAX request.
But, with the lack of response I have to wonder if is this at all doable with... -
18 Feb 2013 10:10 AM
- Replies
- 6
- Views
- 432
This is the PHP code on the server side that is ressponding:
echo json_encode(array('success' => true, 'total' => 1000, $model_name => $tblnameRows)); -
18 Feb 2013 8:58 AM
- Replies
- 6
- Views
- 432
I removed the toolbar, but sorting still hangs:
Ext.define('MyApp.view.MyGridPanel2', {
extend: 'Ext.grid.Panel',
height: 250,
width: 450,
title: 'My Grid Panel', -
18 Feb 2013 8:48 AM
- Replies
- 6
- Views
- 432
Hi,
(I am creating a new thread since it seems that the previous one has been corrupted as I am unable to view or edit it anymore).
I have an infinate grid that works great by default, it... -
18 Feb 2013 8:43 AM
Jump to post Thread: Grid hanging when sorting by qlc
- Replies
- 3
- Views
- 238
Hi,
I have an infinate grid that works great by default, it fetches pages nicely through the results.
However, when I click a column header to define a sort order on one of the columns,... -
17 Oct 2012 5:52 AM
Jump to post Thread: Bancha - Combining CakePHP and ExtJS by qlc
- Replies
- 104
- Views
- 27,201
Orginally we were going to use CakePHP for our latest project. But, Laravel is too compelling to not use. thanks for the reply.
All the best,
John. -
17 Oct 2012 5:34 AM
Jump to post Thread: Bancha - Combining CakePHP and ExtJS by qlc
- Replies
- 104
- Views
- 27,201
Any chance that you might be working on Bancha support for other PHP frameworks like Laravel?
Results 1 to 15 of 15
