-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clients: support async page fetching
An async fetch replaces a section of the page with content without full page reload. Example syntax: --form-- type="action" value="/remote/resource" type="submit" label="Submit Invoice" type="asynctarget" value="section_one" --/form-- --section id=section_one -- --/section-- When the form is submitted, brclient/bruig fetches the contents of /remote/resource, then replaces everything inside #section_one with it. Sections and forms should not be nested (that is unsupported).
- Loading branch information
miki
committed
Jul 29, 2024
1 parent
6a09e89
commit f8baaaf
Showing
23 changed files
with
772 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.