|
Title: Combotree - turn checkboxes on with config? Post by: doev on December 18, 2013, 01:14:52 AM Hi,
can I turn the checkboxes on in the combotree by only using the config? Title: Re: Combotree - turn checkboxes on with config? Post by: stworthy on December 18, 2013, 07:00:32 AM Set the 'multiple' property to true. The tree will have multiple checkbox selection feature.
Code: <input class="easyui-combotree" style="width:200px;" data-options=" Title: Re: Combotree - turn checkboxes on with config? Post by: doev on December 18, 2013, 07:22:57 AM The problem is, that I use the datagrid-filterrow-extension and I don't know how to access the element (object?) that represent the comotree
I tryed this: Code:
|