mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-30 13:14:40 +01:00
Added partials to guide
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user