Search Type: Posts; User: sandeepan

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    5,765
    I implemented in a little different approach which works for both grid editors and forms .

    i have disabled the toolbars for my use, which can be enabled by passign config options to contructior...
  2. My two cents



    MyObj.superclass.constructor.call(config);


    MyObj.superclass.constructor.call(this, config);
  3. I had a requirement to toggle the toolicon on click and along with needed to change the qtip also along with it.

    the following worked in the handler of tools



    .
    .
    .
  4. There is no method defined for getCount.

    you can define as following

    tabs.getCount = function(){
    return this.items.items.length;
    //the first panel will also be included in the list...
  5. layoutOnTabChange:true fires the doLayout on any tab change of that tab panel.
  6. in current EXTJS Version2.X onwards it has changed to

    older css class => .x-grid-hd.x-grid-td-??? { ... }

    new css class => .x-grid3-hd.x-grid3-td-??? { ... }

    where ??? is the id...
  7. Replies
    11
    Views
    6,739
    Absolutely cool working fine... but also tried the progress counter.. its not working..
  8. i found the ugly was a simple and interesting way.
    Thanks :)
Results 1 to 8 of 8