Search Type: Posts; User: gameboy87

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. U can try this,


    store.proxy.extraParams['url'] = 'your-url-here';
  2. In the Listener event of the window 2 close, add


    Ext.getCmp('the-button-id').setText('your-text-here');

    If the window 1 is configured in a object, try

    ...
  3. Replies
    2
    Views
    118
    Let my hands get dirty on the /examples/simple-tasks/ in the SDK.

    Thanks for the reply evant.
  4. Replies
    2
    Views
    118
    I am developing a yousendit like application in extjs. I have created some web-applications in extjs.So, I know about layouts, graphs, components, viewport etc..

    But I like to go in MVC way !...
  5. Replies
    3
    Views
    172
    Hey ! I found out. Inside the PHP file I use a require_once statement for referring a file. In that bottom of the referred file, it had exit(0) statement. When I removed the statement it got...
  6. Replies
    3
    Views
    172
    That didn't solve my problem. Some other solution ?:-?
  7. Replies
    3
    Views
    172
    I am trying to upload a file in extjs. I get the error result is undefined while using ext-all-debug.js And I get "a is undefined" when using ext-all.js What may be the error ? Please help..

    my...
  8. Put the below inside items property.




    {
    xtype: 'textfield',
    fieldLabel: 'Your Email Address',
    vtype: 'email',
    allowBlank:...
  9. Change the degree to 270.
  10. Inside the load event of the custom component, I created

    d.dom.onerror = function(){
    //alert();
    }

    But this doesn't come inside the loop.

    I tried catching what browser is & it came inside...
  11. Hi,

    I created a iframe custom component with autoEl config as,


    autoEl{
    tag:'iframe',
    src='',
    },
    load:function(config){
  12. Replies
    1
    Views
    159
    How to use this ? Please Advise. Thanks.
  13. why not the example in SDK titled,

    Cell Editing Grid Example ?
    :D
  14. Let me know the answer please :(( . Thanks.
  15. This was helpful. Thanks

    http://www.sencha.com/forum/showthread.php?36586-How-can-I-get-pagingtoolbar-current-page-number...
  16. How to paginate without using Pagingtoolbar as I set hidden:true in paging config ?

    That is to render the data automatically and moving to the next page, next page and if last page arrives, move...
  17. I do not know that was the problem. I queried the docs & rectified myself.
  18. Yes, that was the example I was referring. After setting loadmask it worked.
  19. Yes, it is initial load. But after second load too the data is not shown in the background.
  20. Replies
    2
    Views
    375
    Thanks. It worked !
  21. Replies
    2
    Views
    375
    How to increase or decrease the size of the text inside the grid ?

    Thanks.
  22. Replies
    1
    Views
    334
    Is there a way of building a split-flat display like UI in Extjs ?

    Thanks.
  23. The 1st problem I faced when I was working with Tree grid is that, the load mask is not true by default. But for grid, it is true by default. This has been solved by setting the loadMask:true

    The...
  24. As said above & the data is not shown in the grid as dimmed when the store is loading...

    Please Fix Sencha ! :)
  25. Replies
    4
    Views
    1,241
    Can you provide a detailed Info on this ?

    The pageSize must be set in store or the grid ?
Results 1 to 25 of 105
Page 1 of 5 1 2 3 4