mirror of https://github.com/ColorlibHQ/AdminLTE
removed unnecessary info in card-refresh.md
parent
6ebedadced
commit
ffc0c92678
|
@ -29,23 +29,6 @@ The jQuery API provides more customizable options that allows the developer to p
|
||||||
|---
|
|---
|
||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
|-|-|-|-
|
|-|-|-|-
|
||||||
|
|
||||||
|
|
||||||
source: '',
|
|
||||||
sourceSelector: '',
|
|
||||||
params: {},
|
|
||||||
trigger: Selector.DATA_REFRESH,
|
|
||||||
content: '.card-body',
|
|
||||||
loadInContent: true,
|
|
||||||
loadOnInit: true,
|
|
||||||
responseType: '',
|
|
||||||
overlayTemplate: '<div class="overlay"><i class="fas fa-2x fa-sync-alt fa-spin"></i></div>',
|
|
||||||
onLoadStart: function () {
|
|
||||||
},
|
|
||||||
onLoadDone: function (response) {
|
|
||||||
return response;
|
|
||||||
}
|
|
||||||
|
|
||||||
| source | String | '' | The URL to the source.
|
| source | String | '' | The URL to the source.
|
||||||
| sourceSelector | String | '' | A selector to get return only the content of the selector.
|
| sourceSelector | String | '' | A selector to get return only the content of the selector.
|
||||||
| params | Object | {} | GET query paramaters (example: {search_term: 'layout'}, which renders to URL/?search_term=layout)
|
| params | Object | {} | GET query paramaters (example: {search_term: 'layout'}, which renders to URL/?search_term=layout)
|
||||||
|
|
Loading…
Reference in New Issue