1. #1
    Sencha User
    Join Date
    Dec 2008
    Posts
    85
    Vote Rating
    0
    martinrame is on a distinguished road

      0  

    Default Edit viewConfig

    Edit viewConfig


    Hi, I stumbled upon the bug described here:

    http://www.sencha.com/forum/showthread.php?136528-4.0.2-Store.bindStore-assumes-me.loadMask-has-bindStore-function/page2&highlight=bindStore

    A
    s described there, I'll have to use this to avoid the error:

    Code:
    viewConfig:
    {
        loadMask: false
    }
    The question is, how can I edit the viewConfig using Designer?.

  2. #2
    Sencha User
    Join Date
    Dec 2008
    Posts
    85
    Vote Rating
    0
    martinrame is on a distinguished road

      0  

    Default


    Sorry, just after writing the post I found the solution.

    I have an Ext.grid.Panel, on Designer, I can click on the Ext.grid.View, shown as a sub-control of the GridPanel, then set its loadMask property to false.

  3. #3
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    Quote Originally Posted by martinrame View Post
    Sorry, just after writing the post I found the solution.

    I have an Ext.grid.Panel, on Designer, I can click on the Ext.grid.View, shown as a sub-control of the GridPanel, then set its loadMask property to false.
    Thanks for posting the question, as well as the solution!
    Aaron Conran
    @aconran
    Sencha Architect Development Team