搜索资源列表
dtree
- 带有复选框的菜单伸缩树,单击父菜单复选框可以选中其下全部子菜单,选中子菜单,可以自动勾选父菜单-Telescopic tree with check box menu, click the check box to select the parent menu under all sub-menu, select the submenu, the parent menu to automatically check
JQuery_zTree_v2.6
- JQuery Tree插件——zTree v2.6正式版发布,zTree v2.6正式版对比v2.6.beta来说修改的地方不多,主要是修改了几个Bug。另外对于check功能做了一定完善。 -JQuery Tree plugin——zTree v2.6 release . It is better than v2.6.beta.It maily fix some bugs.For the check func ,this plugin changes advanced.
aliugeDataGrid
- 一整套 flex 组件 有 datagrid 下拉树 下拉复选框 等-Set of flex datagrid drop-down under a tree and pull the check box components
tree
- 生成树控件,可以点击并展开书,可以复选框选择。-Spanning tree control, you can click and launch the book, you can select the check box.
checktree
- 通过css+js实现树形结构,只需要改动html里的源码,就可以得到你要的结果。-java checktree
picture
- 图像管理 对图片进行预览的功能(参考ACDSee界面)。要求在界面中显示一个本地计算机中的文件夹的树形结构,选取一个文件夹后,在右边以缩略图的形式将该文件夹中的图片显示出来。 从上图预览界面中双击某图片后(或从菜单选择显示功能)进入显示界面。首先显示选中的图片。然后重点实现以下功能:设计向上按钮,选择向上按钮后回到上图预览界面;设计3个按钮实现:查看上一幅、下一幅、自动播放当前文件夹图片功能。 (1)图片删除。选择一个图片文件或文件夹,删除该图片文件或文件夹。 (2)图片复制。可
xieye2.1
- xieye目录树无复选框的2.1版-xieye directory tree without the version 2.1 check box
checkboxtree
- 自己制作的一个带有复选框的树控件,希望对大家有用-Make a check box tree control by myself.Hope be usefulness for everybody
CheckTreeSort
- Sorter Check Tree GUI
userInfoTree
- EXTJS做的复选tree JSON数据交互 支持各种框架,希望能对大家有所帮助-EXTJS do check tree JSON data exchange to support a variety of frameworks, hoping to be helpful
Hello20101027
- ExtGWT实现的三态树,在网上找了N久没找到,实在没有办法,就将gxt的类库中代码拿出来修改后做了自己的三态树。 我基于ExtGwt封装的三态树,主要修改如下: 1、修改了原始树类为新类,有MyCheckChangedEvent、MyCheckChangedListener 、MyCheckProvider 、MyTreePanel 、MyTreePanelEvent 、MyTreePanelSelectionModel 、MyTreePanelView 、MyTreeStyl
SORCTree
- 一个快速无限节点多功能树 特点: 带复选框功能 支持级联勾选 快速节点查找 体积小未压缩的js文件仅18K 无限子节点(建议20W以内) 快速方便取值 多浏览器兼容IE5+ 火狐 google(其他未测试) 测试结果: 测试生成1万节点耗时460毫秒左右 测试生成10玩节点好事4690毫秒左右 接点查找耗时在0到50(左右)毫秒-A fast unlimited multi node tree features: Supports conca
treeview
- 一种很实用树形菜单,支持check选项。-A practical tree menu, support check option.
Flex-TreeCheckBox
- 带复选框的属性导航栏,简单实用,代码齐全,还有运行效果图-Check the properties of the navigation bar with simple, practical, code complete, there are plans to run effects
TreeWithCheckBox
- This tree with check box companent for flex(flash) application
dtree
- 带复选框chickbox的树形结构dtr-Dtree tree with check boxes
tree-check
- tree带有checkBox,可以带有选择的树形-tree with a checkBox, you can choose the tree with
seperate_files_sample
- 完成的js树形菜单功能。里面有db做的树形菜单添改删查-Completed js tree menu functions inside the tree menu add db to delete check
ThreeCheckedTree
- 三状态带复选框框的树哦亲,无BUG,引入组件库直接使用均可-Three state with a check box, box tree, oh pro, BUG, the introduction of the component library use can be directly
Same-Tree
- Given two binary trees, write a function to check if they are equal or not. 判断两个二叉树是否相同-Two binary trees are considered equal if they are structurally identical and the nodes have the same value.