Commit 40e03b3c authored by custom's avatar custom

Updates 前端组件/hlsDataSource.md

Auto commit by GitBook Editor
parent 7c0df404
......@@ -2,13 +2,17 @@
数据源组件hlsDataSource
`<h:hlsDataSource id="pageDataSource" autoQuery="true" successEnd="test">`
* ```
<h:hlsDataSource id="hlsDataSource" autoQuery="true" successEnd="successEnd">
<h:transport parameter="parameter">
<h:read url="" type="GET" />
</h:transport>
</h:hlsDataSource>
```
` <h:transport parameterMap="parameterMap">`
| | |
| --- | --- |
| | |
`<h:read url="${base.contextPath}/prj/project/prjHomePageProjectInfoGrid" type="GET"/>`
`</h:transport>`
`</h:hlsDataSource>`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment