Search Type: Posts; User: zombeerose

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    19
    Views
    3,934
    @pierrocknroll

    Can you explain why you "had to change" it to an extend vs override? Both options should work ... override affects everything while extends applies to a custom class used...
  2. REQUIRED INFORMATION


    Ext version tested:

    Ext 4.1.3
    Browser versions tested against:

    Chrome 25 - works
    IE9 - works
  3. Replies
    26
    Views
    9,154
    @svitalius

    Try adding the button during the handler for "onBeforeRenderUI" instead of "setup"...


    editor.onBeforeRenderUI.add(function(ed){
    ed.addButton('custom-id',{
    'class':...
  4. Replies
    26
    Views
    9,154
    Any chance of supporting multiple instances of the editor?



    Ext.widget({xtype:'tinymcefield',renderTo:Ext.getBody()});
    Ext.widget({xtype:'tinymcefield',renderTo:Ext.getBody()});
    ...
  5. Replies
    15
    Views
    4,451
    I am using an override to the tree store to filter.
  6. Replies
    19
    Views
    3,934
    @hhangus

    Thank you for your code. Unfortunately, I was not able to get your solution to work. I tried implementing a similar approach to yours based on toggling node visibility but I was not...
  7. @mitchellsimoens
    Looks like a duplicate of http://www.sencha.com/forum/showthread.php?228673
  8. @mitchellsimoens

    Ok - can the docs be updated to indicate this or a console warning be added since the UI does not indicate that grouping is actually in effect?
  9. REQUIRED INFORMATION


    Ext version tested:

    Ext 4.1.3
    Browser versions tested against:

    Chrome 23
    Description:
  10. Replies
    28
    Views
    13,079
    @JacobGu
    I have added the resetOriginalValue method. I have also posted the code on github to make future contributions easier.

    https://github.com/zombeerose/DateTime

    NOTE: I refactored the...
  11. @evant
    Looks like that should work. Did you by chance try my test case against 4.1.3 to verify you could reproduce it?

    Any *rough* estimate on the 4.2 release - days/weeks/next year?

    Thanks!
  12. REQUIRED INFORMATION


    Ext version tested:

    Ext 4.1.3
    Browser versions tested against:

    IE9
    Description:
  13. REQUIRED INFORMATION


    Ext version tested:

    Ext 4.1.3
    Browser versions tested against:

    Chrome 22 (Windows)
    Description:
  14. Replies
    28
    Views
    13,079
    @danderson

    Interesting point. I don't use epoch formatting so never considered the case. I had initially removed it because it appeared redundant to dateFormat + timeFormat.

    I basically...
  15. REQUIRED INFORMATION

    Ext version tested:

    Ext 4.1.1
    Browser versions tested against:

    IE8
    IE9
    DOCTYPE tested against:
  16. REQUIRED INFORMATION

    Ext version tested:

    Ext 4.1.1
    Browser versions tested against:

    Chrome 21
    Description:
  17. Replies
    7
    Views
    2,984
    @Fabyo
    I used your ideas for inspiration and integrated something similar into the source. Check out https://github.com/zombeerose/ProgressColumn
  18. Replies
    7
    Views
    2,984
    Nice :)
  19. Replies
    7
    Views
    2,984
    Cool - care to share what you did?
  20. REQUIRED INFORMATION


    Ext version tested:

    Ext 4.1.1
    Browser versions tested against:

    Chrome 21 (Windows)
    FF 14
  21. @kveeiv
    Thanks for continuing to support this extension!
  22. Replies
    23
    Views
    5,749
    The fact that the code is incomplete and lacks some of the functionality (D&D) provided by the original AwesomeUploader made me hesitant to "publish" something on a larger scale than this forum,...
  23. Replies
    9
    Views
    2,874
    @mandro

    Thank you for your sample application. It is good inspiration for improving the framework.

    A couple observations/questions:
    * It does not appear that your app/module controllers...
  24. Can it be? :)
    Is the source for ext-theme available anywhere? I am assuming that is the slicing binary.
  25. Yes, I'm using the slicer. My command (paths have been simplified):


    sencha slice theme -v -d ...\ext -c ...\theme.css -o ...\custom -m ...\manifest.js




    * Ext 4.1.0
    *...
Results 1 to 25 of 103
Page 1 of 5 1 2 3 4