Sencha Forum
>
Ext JS Community Forums 4.x
>
Ext: Q&A
> How do I enable multiselect within a treepanel?
PDA
View Full Version :
How do I enable multiselect within a treepanel?
spines
12 Dec 2011, 11:09 AM
Never mind you can close this. I completely missed the top-level option for multiSelect and was looking at the multiSelect within the view instead.
mitchellsimoens
12 Dec 2011, 12:37 PM
Ext.create('Ext.tree.Panel', {
//....
selModel : {
mode : 'SIMPLE' //or MULTI
}
});
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.