mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 04:50:43 +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
|
||||
{
|
||||
init: function(api) {return null;},
|
||||
getSelectors: function() {return null;},
|
||||
onEvent : function(name, evt) {return true;},
|
||||
transformResponse : function(text, xhr, elt) {return text;},
|
||||
isInlineSwap : function(swapStyle) {return false;},
|
||||
|
Loading…
x
Reference in New Issue
Block a user