EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: mzeddd on December 10, 2014, 03:10:53 AM



Title: combotree: multiple & onlyLeafCheck & cascadeCheck
Post by: mzeddd on December 10, 2014, 03:10:53 AM
Hi,

When I use multiple & cascadeCheck parameters for my combotree I see that in my field I have root element and all branch elements selected.
I don't need root element to be shown in the combo field. (all elements inside the branch yes, but not root)

I tried to add onlyLeafCheck but as I expected it simply hides checkbox before leaf node what makes cascadeCheck impossible.

Is it possible to make EasyUI to handle my situation?

Thanks in advance!


Title: Re: combotree: multiple & onlyLeafCheck & cascadeCheck
Post by: stworthy on December 10, 2014, 07:14:12 PM
If you don't select the root node, it does not display on the field box. Please describe your question in more detail.


Title: Re: combotree: multiple & onlyLeafCheck & cascadeCheck
Post by: mzeddd on December 10, 2014, 11:36:06 PM
The meaning of cascadCheck is to (de)select all items in a branch by clicking on a root element.

I don't want to have root element to be in a field box when I select all. I need to have only elements from the branch.