We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960255d commit 27e7a74Copy full SHA for 27e7a74
backend/forms.md
@@ -339,9 +339,10 @@ Variable | Description
339
`$loading` | The loading message to display when the button has been clicked. Populates the `data-load-indicator` attribute on the button element.
340
`$icon` | The [icon class](../../ui/style/icon) to use for the icon element inside the button.
341
342
-#### Examples:
+#### Examples
343
344
Simple button with AJAX request:
345
+
346
```yaml
347
_sync_ics:
348
label: Actions
@@ -353,6 +354,7 @@ _sync_ics:
353
354
```
355
356
Simple Link button:
357
358
359
places_url:
360
type: button
@@ -363,6 +365,7 @@ places_url:
363
365
364
366
367
Button triggering popup:
368
369
370
_btn_autofill:
371
label: Autofill
0 commit comments