We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b267bb commit cd43a26Copy full SHA for cd43a26
readme.md
@@ -1,22 +1,23 @@
1
## 前端组件扩展
2
3
- |-表单类组件扩展.Widget
4
- | |-Dot 多选择器
5
- | |-CascadeDot 级联多选择器
6
- | |-CascadeLine 级联管理器
7
- | |-Linear 列表控件
+ |-表单类组件扩展.Assembly
+ | |-Layout 布局类
+ | |-Unit 组件单元
+ | Wing.php 组装器
8
|
9
- |-弹窗组件.Widget
10
- | |-plane 异步弹窗组件
+ |-弹窗组件.Layer (直接调用嵌入到js中产生效果)
11
12
|-辅助工具.Tool
13
| |-Assistant 数据处理辅助方法
14
- | |-FormPanel 表单内容生成器
+ |
+ |-Traits
15
| |-CascadeLineTrait 级联管理器的接口抽象类
16
+ |-弹窗组件.Widget (框架Grid中调用)
17
18
|-参考样例.Test
19
| |-example 组件样例
- | |-CascadeLineController 级联管理器 接口样例
20
+ | |-CascadeLineController 级联管理器 Api接口样例
21
22
23
### [demo样例参见](https://codepen.io/ydtg1993-the-bashful/pen/rNdWade)
0 commit comments