From 60ed3f87438dc794ed726f7b4b2c7e3cee9948bc Mon Sep 17 00:00:00 2001 From: Thomas Guettler Date: Wed, 23 Dec 2020 23:32:39 +0100 Subject: [PATCH] added link to parameters to delete/get/patch/post/put --- www/attributes/hx-delete.md | 1 + www/attributes/hx-get.md | 1 + www/attributes/hx-patch.md | 1 + www/attributes/hx-post.md | 2 +- www/attributes/hx-put.md | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/www/attributes/hx-delete.md b/www/attributes/hx-delete.md index 561e15bd..aa3cd94a 100644 --- a/www/attributes/hx-delete.md +++ b/www/attributes/hx-delete.md @@ -25,3 +25,4 @@ This example will cause the `button` to issue a `DELETE` to `/account` and swap * You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute * You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute * You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute +* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters) \ No newline at end of file diff --git a/www/attributes/hx-get.md b/www/attributes/hx-get.md index 8a1d1185..ec239b2e 100644 --- a/www/attributes/hx-get.md +++ b/www/attributes/hx-get.md @@ -23,3 +23,4 @@ This example will cause the `div` to issue a `GET` to `/example` and swap the re * You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute * You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute * You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute +* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters) \ No newline at end of file diff --git a/www/attributes/hx-patch.md b/www/attributes/hx-patch.md index 6ece3541..cec52e83 100644 --- a/www/attributes/hx-patch.md +++ b/www/attributes/hx-patch.md @@ -25,3 +25,4 @@ This example will cause the `button` to issue a `PATCH` to `/account` and swap t * You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute * You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute * You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute +* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters) \ No newline at end of file diff --git a/www/attributes/hx-post.md b/www/attributes/hx-post.md index 3be58178..1b4a8d89 100644 --- a/www/attributes/hx-post.md +++ b/www/attributes/hx-post.md @@ -23,4 +23,4 @@ This example will cause the `button` to issue a `POST` to `/account/enable` and * You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute * You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute * You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute -* You can control the data of the request in various ways. See [Parameters](/docs/#parameters) +* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters) diff --git a/www/attributes/hx-put.md b/www/attributes/hx-put.md index 301980e3..c06d0306 100644 --- a/www/attributes/hx-put.md +++ b/www/attributes/hx-put.md @@ -25,3 +25,4 @@ This example will cause the `button` to issue a `PUT` to `/account` and swap the * You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute * You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute * You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute +* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters) \ No newline at end of file