You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
richie
e506498bda
|
5 years ago | |
---|---|---|
lib | 5 years ago | |
reportlets | ||
src/main | 5 years ago | |
.gitignore | 5 years ago | |
build.bat | ||
build.xml | ||
plugin.xml | 5 years ago | |
pom.xml | 5 years ago | |
readme.md | 5 years ago |
readme.md
基于ZTree的下拉树组件
控件的特性如下
- 单选时,选中的节点作为控件值
- 多选时,选中的节点组成的数组作为控件值
- 独选时,同一个节点下只有一个值能被选中
三种类型的截图如下
控件数据设置方式
**注意:**该控件仅支持手动添加层级的方式作为树的数据
- 树的数据设置支持所有的数据字典类型
- 下一层中使用参数@1,@2,@3等参数表示该节点上层节点的值
- 若是要在数据查询中使用层级参数,可以在where条件中写为:where xxx = '${@1}'这种形式