mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-04-17 19:45:04 +00:00
[Documentation] Add missing default extension points (#3014)
This commit is contained in:
@@ -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;},
|
||||
|
||||
Reference in New Issue
Block a user