|
OverviewBranch Control
As you might have noticed, branch control fails to work when "expand all" button is pressed. The effect is logically intended. Animation (Folder Open/Close)To create the animation effect for folder opening and closing, use the following code inside the icon field of the tree. <span class="JSCookTreeFolderClosed">Image for Closed Folder</span><span class="JSCookTreeFolderOpen">Image for Open Folder</span>
Example:
Custom ActionsI have not come up any good custom controls. But the idea is the same
as the one for JSCookMenu demo, except
that
|
|