Search Type: Posts; User: caballero

Search: Search took 0.02 seconds.

  1. Ext.Loader.setConfig({enabled: true});

    Ext.Loader.setPath('Ext.ux', '/scripts/extjs4/examples/ux');
  2. Denny, if you could explain to me how to clear the records in the getNewRecords list, I would be your new best friend. :)

    I've been struggling with this for too long.

    How can i clear these on...
  3. Replies
    64
    Views
    24,354
    OK, I think I have a simple solution.

    insert his line:
    iframe.getWin().focus();

    before this line:
    iframe.getWin().print();

    My tests show this solve my IE issues.
  4. Replies
    64
    Views
    24,354
    @hschaefer123
    It was reported to me that the new print preview fails in IE. (IE8 & IE9)
    I've verified that the supplied example fails in the same manner.
    What happens is the entire page as shown...
  5. Replies
    64
    Views
    24,354
    Hey hschaefer123,
    Big thanks for what you've done here.
    Providing the code with example html in your git repository is a beautiful thing.
    Love the improvements.
  6. Replies
    2
    Views
    704
    I'd like to do something similar in sencha touch 2.

    Have you refined your code and do you have any additional suggestions?

    Jeff
  7. Replies
    64
    Views
    24,354
    god bless you hschaefer123


    Your code snippet was a life saver.


    Loraine, you mentioned that you would put his fix into the source. I highly recommend you do. I spent a good hour and a half...
  8. I can confirm the above override has fixed the issue I was having with ie7.
  9. This thread has saved my life!

    Thank you for posting this.

    I just would not have thought of this.
  10. confirm that...

    4.0.2a ok

    4.0.7 broken

    I've spent hours on this before I figured out 4.0.2a works.
  11. Replies
    2
    Views
    1,332
    i got it.

    Ext.Element.serializeForm('thisform');

    This would have been so easy if an example was provided.
  12. Replies
    2
    Views
    1,332
    there appears to be a serializeForm function listed under Ext.element, but I been completely unsuccessful in my attempts to access it.


    //console.info(Ext.serializeForm('thisform'));...
  13. Replies
    2
    Views
    1,332
    It is my understanding that Ext.Ajax.serializeForm() was removed from extjs4.

    Is there an easy work around for serializing a non ext.form?
    Right now I'm using jQuery, but I'm trying to leave it...
  14. Replies
    5
    Views
    1,927
    Brilliant!
    Thank you burnnat for the complete explanation I was looking for.
    How did I survive these many years of javascript without knowing the term 'expandos'?

    It's important for me to...
  15. Replies
    5
    Views
    1,927
    142 views and no answers?
    Thought this would be an easy one for the people on this forum.
    I would still like to know why the first functions didn't work.
    Anyone up to the challenge?
  16. Replies
    5
    Views
    1,927
    well, i still would like to know why the code does not work, but I've got a workaround.


    var checkall = function(){
    //Ext.select('input[type=checkbox]').set({checked:true});...
  17. Replies
    5
    Views
    1,927
    so it appears that both functions behave exactly the same.

    Calling the uncheckall function actually checks all checkboxes.

    And it will only works once.
    Each additional call to the functions...
  18. Replies
    5
    Views
    1,927
    I'm still a little green with ext js.

    I set up the following functions.
    The first one works and the second one does NOT.


    var checkall = function(){
    ...
Results 1 to 18 of 18