-
18 Oct 2012 7:04 AM #1
Add plugin to Tree Panel
Add plugin to Tree Panel
Architect Build tested:
- Build: 640
Project Type:- ExtJS 4.1.x
Description:- Attempting to add a cell editing plugin to a tre
Steps to reproduce the problem:- Add a tree panel
- Attempt to add a cell editing plugin
The result that was expected:- Plugin to be added to the tree panel
The result that occurs instead:Code:plugins:[ Ext.create('Ext.grid.plugin.CellEditing', { clicksToEdit:2 }) ],- Not able to add plugin to tree panel
-
18 Oct 2012 1:30 PM #2
Thanks for the bug report.
This is a duplicate of the following bug that was recently fixed and will be in the next patch release.
http://www.sencha.com/forum/showthre...ropped-on-Tree
Note that cell editing on a tree is only supported in Ext JS 4.1.x.Aaron Conran
@aconran
Sencha Architect Development Team
This issue duplicates another issue.


Reply With Quote