Added partials to guide

This commit is contained in:
Mark Qvist
2025-12-29 19:52:59 +01:00
parent 156e4f379e
commit b35cc04f57

View File

@@ -1302,6 +1302,24 @@ Here is `F00f`_`[a more visible link`72914442a3689add83a09a767963f57c:/page/inde
When links like these are displayed in the built-in browser, clicking on them or activating them using the keyboard will cause the browser to load the specified URL.
>Partials
You can include partials in pages, which will load asynchronously once the page itself has loaded.
`Faaa
`=
`{f64a846313b874ee4a357040807f8c77:/page/partial_1.mu}
`=
``
It's also possible to set an auto-refresh interval for partials. The following partial will update every 10 seconds.
`Faaa
`=
`{f64a846313b874ee4a357040807f8c77:/page/refreshing_partial.mu`10}
`=
``
>Fields & Requests
Nomad Network let's you use simple input fields for submitting data to node-side applications. Submitted data, along with other session variables will be available to the node-side script / program as environment variables.