mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
[Documentation] Add missing default extension points (#3014)
This commit is contained in:
parent
3dc73f6d04
commit
d39dd0e576
@ -22,6 +22,8 @@ Extensions can override the following default extension points to add or change
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
|
init: function(api) {return null;},
|
||||||
|
getSelectors: function() {return null;},
|
||||||
onEvent : function(name, evt) {return true;},
|
onEvent : function(name, evt) {return true;},
|
||||||
transformResponse : function(text, xhr, elt) {return text;},
|
transformResponse : function(text, xhr, elt) {return text;},
|
||||||
isInlineSwap : function(swapStyle) {return false;},
|
isInlineSwap : function(swapStyle) {return false;},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user