From ffc0c92678cc685c469678e9e93dfccf7088bd3f Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 20 Sep 2019 12:26:38 +0200 Subject: [PATCH] removed unnecessary info in card-refresh.md --- docs/javascript/card-refresh.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/javascript/card-refresh.md b/docs/javascript/card-refresh.md index 39f82b6f7..facaae8f9 100644 --- a/docs/javascript/card-refresh.md +++ b/docs/javascript/card-refresh.md @@ -29,23 +29,6 @@ The jQuery API provides more customizable options that allows the developer to p |--- | Name | Type | Default | Description |-|-|-|- - - - source: '', - sourceSelector: '', - params: {}, - trigger: Selector.DATA_REFRESH, - content: '.card-body', - loadInContent: true, - loadOnInit: true, - responseType: '', - overlayTemplate: '
', - onLoadStart: function () { - }, - onLoadDone: function (response) { - return response; - } - | source | String | '' | The URL to the source. | 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)