Search Type: Posts; User: jorgelive
Search: Search took 0.02 seconds.
-
24 Nov 2011 5:30 PM
- Replies
- 3
- Views
- 891
Then if events can't wait to ajax, is there a way to undo the node's move, if it fails in the server? maybe an roll back?
By the way there's not commitChanges/rejectChanges for store on extjs4,... -
24 Nov 2011 3:17 PM
- Replies
- 3
- Views
- 891
is there a way to return true or false to the parent function:
var paginasStore = Ext.create('Ext.data.TreeStore', {
model: 'paginasModel'
,defaultRootId: 'root'
... -
28 Oct 2011 8:23 AM
Jump to post Thread: ExtDirect bundle for Symfony2 by jorgelive
- Replies
- 28
- Views
- 15,174
what goes here??
$configs in dependency injection is also a empty array using Symfony 2.04 -
20 Sep 2011 12:34 PM
Jump to post Thread: ExtDirect bundle for Symfony2 by jorgelive
- Replies
- 28
- Views
- 15,174
Do you know how to use symfony's firewall ext direct bundle?
this bundle calls functions directly bypassing symfony's firewall:( -
2 Mar 2011 11:46 AM
Jump to post Thread: ExtDirect bundle for Symfony2 by jorgelive
- Replies
- 28
- Views
- 15,174
Solved changing:
$dir = $bundle->getPath()."\\Controller";
to
$dir = $bundle->getPath()."/Controller";
for php function is_dir() -
1 Mar 2011 7:09 AM
Jump to post Thread: ExtDirect bundle for Symfony2 by jorgelive
- Replies
- 28
- Views
- 15,174
Hello:
I've just cloned the latest symfony2 sandbox from git,
My only change to the default configurations was:
direct:
api:
url: http://192.168.2.80/app.php/route -
21 Feb 2011 9:05 AM
- Replies
- 91
- Views
- 40,090
Hi Dan:
Are you planing on making some ext direct bundle for ext direct and symfony2? -
16 Nov 2010 10:16 AM
- Replies
- 467
- Views
- 180,903
All my modifications are under comments //Jg
1. Validation was giving problems
2. I need to set initiial size
3. I need to consider lengths with tags.
Working on ext 3.3
So here the code: -
22 Oct 2010 2:26 PM
Jump to post Thread: Grid header filters by jorgelive
- Replies
- 164
- Views
- 85,707
In my case causes reloading store forever!!
Better:
this.grid.getView().on("refresh", this.onRefresh, this); -
19 Oct 2010 7:16 AM
- Replies
- 1
- Views
- 1,402
22917
Hi, I was looking for a extension who filters like jqgrid's advanced filter does (I'm migrating from it), with no results (I guess I't doesn't exist), my customers didn't like column filter...
Results 1 to 10 of 10
