Search Type: Posts; User: nicholasnet

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. REQUIRED INFORMATION

    Ext version tested: ExtJs 4.2

    Browser versions tested against:

    FF 20
    Chrome 26
    IE9
    DOCTYPE tested against:
  2. Replies
    2
    Views
    163
    I am aware of that example but it is too complex for my need. Is there any plugins or perhaps way/tutorial to create simple sortable list.
  3. You could try something like

    treePanel.fireEvent('checkchange',args);

    After you are done with committing the node data
  4. Replies
    2
    Views
    163
    Hello, I am trying to create widget which should have functionality like this. Basically I need nested sortable list. Is there anyway to achieve this in ExtJs. The closest I could find was this but...
  5. Recently I have noticed that recents ExtJS release version have 'a' at last. Does it mean alpha release or something else?
  6. So, there is no way that you can apply different state to tree-grid based on user selection. Seems like apply state is not working after tree-grid is rendered. Is there any possible work around.
  7. I tried this case without grouped columns and still got the same problem. Can anyone confirm this issue...?
  8. I am trying to save state of a treegrid and apply it based on user selection. However, apply part is not working as expected is there anyway to apply different states after treegrid is rendered. So,...
  9. I found that it is leaking global around line 1553


    /**
    * Track height change to fire {@link #event-autosize} event, when applicable.
    */
    afterComponentLayout: function()
    {
    var me =...
  10. REQUIRED INFORMATION

    Ext version tested:

    Ext 4.1

    Browser versions tested against:

    Firexfox 12
    Chrome 19
  11. Did anybody else encountered this problem. The markup generated by component does not have WMODE transparent.
  12. Yes it works fine in Google Chrome but not in Firefox 12 in Windows 7. Please see the link for detail video, which have all detail about the problem.
    http://screencast.com/t/t6wg02LF9W9M
  13. REQUIRED INFORMATION
    Ext version tested:

    Ext 4.1.1

    Browser versions tested against:

    Firefox 12
    Chrome
  14. Description: When error is triggered field width is disregarded.
    Ext Version: 4.1
    Browser: Firefox 12.0
    OS Win 7
    Test case


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
  15. Replies
    28
    Views
    45,796
    This should do for 4.0.7. Not sure about 4.1 line though


    .x-btn-default-toolbar-small
    {
    border-color: #B0CCF2;
    background-color: #d5dfeb;
    }
  16. I do not think this is a proper way to ask for help. Please refer to other thread about how to ask for help. Having said that how your JSON repsonse looks like?

    PS: Please use code format block to...
  17. I had the same requirement. This is how I solved it. I hope this will help you.


    store.on
    ({
    'load' :
    {
    fn: function(store, records, success, operation, eOpts)
    {
    ...
  18. Thank you very much Mitchell for your response. I understand that example are just enough for starters to get started. However, I still think example is not adequate enough for MVC specially when it...
  19. In exception event how you can bind error in particular fields. Can you please give me some insights of doing this in MVC style.
  20. Is there any decent examples anywhere or some sort direction of how to handle submission error using Form <--> Model <--> Proxy (Reader/Writer). After searching forum for hours and looking through...
  21. Currently I am submitting form like this using JSON writer but I am having some problem regarding error handling issue when server returns error. Basically I am not being able to show errors on the...
  22. Yes I am using JSON writer.
  23. My server requires me to send CSRF tag for any post request. Which I am doing like this


    Ext.Ajax.on('beforerequest', function(conn, options)
    {
    var mth = (options.method);
    mth =...
  24. I think development team also needs to look at class structure. May be it is little too late for this but class structure of 4.x seems to be much more complicated than 3.x. Just look at the class...
  25. Replies
    44
    Views
    26,229
    Kitchen sink theme remind me of this theme some what

    http://www.sencha.com/forum/showthread.php?67367-3.0-New-Theme-Blueen-(Blue-and-Green)-v0.1

    not Neptune
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4