File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
## 前端组件扩展
2
+
2
3
|-表单类组件扩展
3
- | |-Dot 多选择器
4
- | |-Dot 多选择器(下拉列表模式)
4
+ | |-Dot 多选择器
5
5
| |-CascadeDot 级联多选择器
6
6
| |-CascadeLine 级联管理器
7
7
| |-Linear 表单控件
8
8
|
9
9
|-弹窗组件
10
- |-plane 异步弹窗组件
11
-
10
+ | |-plane 异步弹窗组件
11
+ |
12
+ |-辅助工具
13
+ | |-Assistant 数据处理辅助方法
14
+ | |-FormPanel 表单内容生成器
15
+ | |-CascadeLineTrait 级联管理器的接口抽象类
16
+
17
+
12
18
### [ demo样例参见] ( https://codepen.io/ydtg1993-the-bashful/pen/rNdWade )
13
19
14
20
### 安装
@@ -31,7 +37,7 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider"
31
37
<tr>
32
38
<td style="text-align:left;">多选择器</td>
33
39
<td style="text-align:left;">一维数组<br/>[id=>val,id2=>val2...]</td>
34
- <td style="text-align:left;">多选择器<br/>多选择数量可设限制 </td>
40
+ <td style="text-align:left;">多选择器<br/>多选择数量可设限制数<br/>模式切换:经典 下拉列表 </td>
35
41
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L129'>$form->Dot</a><br/><br/><b>直接调用</b>:<br/><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/src/Widget/Dot.php#L34'>Dot::panel</a></td>
36
42
</tr>
37
43
<tr>
You can’t perform that action at this time.
0 commit comments