Search Type: Posts; User: jorgelive

Search: Search took 0.02 seconds.

  1. 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,...
  2. is there a way to return true or false to the parent function:


    var paginasStore = Ext.create('Ext.data.TreeStore', {
    model: 'paginasModel'
    ,defaultRootId: 'root'
    ...
  3. Replies
    28
    Views
    15,174
    what goes here??

    $configs in dependency injection is also a empty array using Symfony 2.04
  4. 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:(
  5. Replies
    28
    Views
    15,174
    Solved changing:

    $dir = $bundle->getPath()."\\Controller";

    to

    $dir = $bundle->getPath()."/Controller";

    for php function is_dir()
  6. 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
  7. Hi Dan:

    Are you planing on making some ext direct bundle for ext direct and symfony2?
  8. 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:
  9. Replies
    164
    Views
    85,707
    In my case causes reloading store forever!!

    Better:


    this.grid.getView().on("refresh", this.onRefresh, this);
  10. 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