-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.md
29 lines (28 loc) · 1.19 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# BlazorDComponent
Blazor企业应用开发组件 .netcore 3.1
#### 组件包安装地址
https://www.nuget.org/packages/BlazorDComponent/1.0.2
#### demo运行地址
http://www.zhedev.cn/
#### 服务端模式:_Host.cshtml 引入资源文件
```javascript
<script src="_content/BlazorDComponent/jquery.min.js"></script>
<script src="_content/BlazorDComponent/DComponent.js"></script>
<link href="_content/BlazorDComponent/DComponent.css" rel="stylesheet" />
```
### 具体使用下载代码运行Demo
> 联系邮箱6940926@qq.com
| 组件 | 功能 |
| -------- | :----- |
| DList | 列表方式展示数据 单选绑定 多选绑定(checkbox)
| DFormLayout |Form按colspan自动布局
| DLayout |页面按上下左右布局,自适应宽高
| DLookupEdit |valeFiled展示为displayField
| DPanel |panel组件 header body footer
| DSpinEdit |deciaml类型数据维护
| DTree |树形展示数据,单选绑定 多选绑定(checkbox),多选级联选择
| DDate |input日期选择
| DTable |符合企业应用使用的Tabel组件 分页 行过滤 分组 footer信息 主从 行內新增编辑
| DDialog |bootstrap Dialog
| DStepLayout |分步展示组件,新增
| DTab |tab展示组件,新增