-
Type:
New Feature
-
Resolution: Done
-
Priority:
Major
-
Affects Version/s: 8.5.0
-
Component/s: None
-
Security Level: Jimmy
-
None
-
ZK 8.5.2 S1, ZK 8.6.0 S1
-
None
User Story
As an app dev, I want to set a tree item as an intermediate state, so that I can show the items' child node being partially selected.
Accept Criteria
- provide an API to set a tree item as the intermediate state and this API can work correctly with existing API
- the tree item can display the intermediate state visually in a browser
- The API can work under MVC and MVVM pattern
Example
see attached example.zip
Tree selection supports 3 states (tri-state):
- all children selected
- none selected
- partial selected