javascript - dojo/cbtree: Checkboxes states for lazy loading mode -
i initialize cbtree lazy loading filestoremodel has parameter: checkedstrict: false
. info source utilize filestore. in case, state of nested checkboxes don't impact parental nodes. likewise state of parental checkboxes don't impact nested checkboxes. if checkedstrict have true value cbtree pull nodes , leaves. process may long.
how enable strict check lazy loading mode without pulling nested nodes?
this functionality unavailable current implementation - described here
javascript dojo
No comments:
Post a Comment