Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hel-developer-guide
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spencer Chang
hel-developer-guide
Commits
4d61dbb3
Commit
4d61dbb3
authored
Jul 27, 2017
by
custom
Browse files
Options
Browse Files
Download
Plain Diff
Conflict resolution
parents
33c426b2
1742901e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
3 deletions
+28
-3
hlsDataSource.md
前端组件/hlsDataSource.md
+23
-0
hlsMaskedTextBox.md
前端组件/hlsMaskedTextBox.md
+5
-3
消息机制.md
后端开发/消息机制.md
+0
-0
No files found.
前端组件/hlsDataSource.md
View file @
4d61dbb3
# hlsDataSource标签
数据源组件hlsDataSource
*
```
<h:hlsDataSource id="hlsDataSource" autoQuery="true" successEnd="successEnd">
<h:transport parameter="parameter">
<h:read url="" type="GET" />
</h:transport>
</h:hlsDataSource>
```
|
** 属性**
|
**参数**
|
**说明**
|
| --- | --- | --- |
| id | 唯一英文标识 | 数据源唯一标志,返回数据源对象,包含查询返回的数据 |
| autoQuery | true
\/
false | 自动查询标志,默认为true,true代表自动发送查询请求,false代表不发送查询请求 |
| successEnd | function | 异步请求成功的回调函数,参数:data
\(
查询返回的数据
\)
|
| parameter | function | 函数返回一个对象,会自动封装到查询条件中 |
| url | 查询字符串 | 查询字符串,对应后台的数据接口 |
| type | GET
\/
POST | 对应发送GET请求跟POST请求 |
前端组件/hlsMaskedTextBox.md
View file @
4d61dbb3
...
...
@@ -12,7 +12,7 @@
#### **一般属性**
> **提示:**
>
>
> * 属性用法请参考kendoui API文档的maskedTextBox:[http:\/\/docs.telerik.com\/kendo-ui\/api\/javascript\/ui\/maskedtextbox](http://docs.telerik.com/kendo-ui/api/javascript/ui/maskedtextbox)
| 属性名 | 类型 |
...
...
@@ -37,7 +37,7 @@
```
> **提示:**
>
>
> * 上述所有属性直接添加在标签内即可,(**\[\*\***属性名\]**\*\* = "..."**)
#### **子标签**
...
...
@@ -59,6 +59,8 @@ function rules(){
```
> **提示**:
>
>
> * 遇到**object**类型 就向下添加子标签,当遇到普通类型时,就添加到当前的标签上。
后端开发/消息机制.md
View file @
4d61dbb3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment