Search Type: Posts; User: varsos

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. I think there are two major points here, one is the versioning of EXTJS which indicates minor releases but in reality they are major releases. This throws people off thinking it is just a...
  2. Replies
    4
    Views
    391
    Use combo and hide trigger.
  3. Never mind, it looks like this was fixed in 4.07
  4. Hi,

    In the EXTJS 4.x examples, I added the filter feature to the buffered grid.
    It works nicely.
    However after a filter is applied, sorting on any column wipes the filter out.

    I would like...
  5. The framework generates nice looking single browser page apps, but underneath, the DOM size is substantial.
    The only way that you can keep the framework performing with very large apps, and...
  6. Something like this will abort the last call, and passing the id of the request can abort any call:



    if(Ajax.isLoading()){
    Ajax.abort();
    }
  7. Maybe you can write one, and in the process learn more about the framework.
  8. The same behavior exists in EXTJS.
    How does a nice fix like this get into EXTJS?
  9. I am not sure what you mean by "only MyPanel's functions can reference them".
    Any code that will create an instance of myPanel class can access the objects inside that panel.
    What do you mean?
    ...
  10. This code adds a link at the end to allow for creating new tabs.
    You could adapt it for your purpose.


    //c is the tabpanel
    c.on('render', function() {
    c.addBtn =...
  11. ??
  12. Replies
    1
    Views
    858
    nice work, you are a genius!
  13. the event is render
  14. Read the grid panel tools property in the API
  15. This is not related to your problem but you are adding listeners inside a function, and you may end up with multiple listeners attached, depending on how many times the function is called.
    You may...
  16. Replies
    124
    Views
    106,472
    @hendricd
    Does EXTJS v2.3 require the EventManager patch?
    I add it it, and I get errors and weird behavior.
    Without it, it seems to be ok.

    I am using miframe.

    Thanks
  17. Replies
    2
    Views
    832
    Maybe... create it but do not add it to any container in your UI...
  18. Replies
    11
    Views
    1,855
    My opinion is that most solutions in the forum pages come in posts that contain some kind of example or code fragment.
    Now you posted a screen shot, saying that there are duplicate fields in the...
  19. Replies
    11
    Views
    1,855
    Not true.

    My theory is this:

    Given a problem, you have half of the solution.
    No problem no solution.

    Your problem is not described adequately, so your solution is very difficult to come up...
  20. Function.defer
  21. Replies
    11
    Views
    1,855
    FF3+Firebug
  22. Replies
    148
    Views
    38,251
    When the window displays over a flash object, the "drawer' slides out ok, but when it slides in, the shim behind it does not get redrawn, leaving a while box.

    Any ideas?
  23. Replies
    1
    Views
    825
    Hi,

    Does anyone know of an extension that places a toolbar or button on the left of the tabstrip, similar to IE7 favorites/history button.
  24. btw, the remove method has an argument to prevent destroying.
  25. You could "nest" your panel with the flash inside the tab panels, and in the tabpanel.beforetabchange event, use the remove/add methods to "move" it among tabs.
Results 1 to 25 of 59
Page 1 of 3 1 2 3