-
21 Dec 2011 8:56 AM #1
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
-
21 Dec 2011 8:58 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3107
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.
-
22 Dec 2011 1:36 AM #3
Yes I set it on the plugin config !
-
22 Dec 2011 1:52 AM #4
here is the code :
Code:var editing = Ext.create('Ext.grid.plugin.RowEditing', {clicksToEdit: 1, pluginId: 'rowEdit', autoCancel: false, errorSummary: false});


Reply With Quote