1. #1
    Sencha User
    Join Date
    Oct 2011
    Location
    Paris, France
    Posts
    33
    Vote Rating
    0
    Answers
    1
    near is on a distinguished road

      0  

    Question Unanswered: Rowediting tooltip Error or bubble error

    Unanswered: Rowediting tooltip Error or bubble error


    Hi all,

    While using the "rowediting" plugin, there is little blue window that appears when there is an error detected (for example: blank in a text field). I already have a tooltip that appears on the bottom of the cell. and since the windows I was talking about is cumbersome I would like to remove it.

    I already tried to set, "errorSummary" to "false" but it's not working

    thank's in advance for the help

    Regards

    Hugues

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,641
    Vote Rating
    434
    Answers
    3107
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    You set it on the plugin config?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Oct 2011
    Location
    Paris, France
    Posts
    33
    Vote Rating
    0
    Answers
    1
    near is on a distinguished road

      0  

    Default


    Yes I set it on the plugin config !

  4. #4
    Sencha User
    Join Date
    Oct 2011
    Location
    Paris, France
    Posts
    33
    Vote Rating
    0
    Answers
    1
    near is on a distinguished road

      0  

    Default


    here is the code :
    Code:
    var editing = Ext.create('Ext.grid.plugin.RowEditing', {clicksToEdit: 1, pluginId: 'rowEdit', autoCancel: false, errorSummary: false});