Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the quickref.md document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
713d5e77fce92c0a9edca84898c79818 |
User & Date: | drh 2019-04-23 18:04:50.207 |
Context
2019-04-23
| ||
19:35 | Add a "self" page to the fileupload.tcl demo. (check-in: cdd099b81e user: drh tags: trunk) | |
18:04 | Fix a typo in the quickref.md document. (check-in: 713d5e77fc user: drh tags: trunk) | |
2019-04-15
| ||
19:00 | Update the built-in SQLite to the 3.28.0 beta. (check-in: 482776f0ef user: drh tags: trunk) | |
Changes
Changes to docs/quickref.md.
︙ | ︙ | |||
25 26 27 28 29 30 31 | > |**wapp-start** $argv|→|Starts up the Wapp application| |**wapp-subst** {_TEXT_}|→|Append _TEXT_ to the output with substitution| |**wapp-trim** {_TEXT_}|→|Like **wapp-subst** but also removes left-margin whitespace| |**wapp-param** _NAME_ _DEFAULT_|→|Return value of parameter _NAME_| |**wapp-set-param** _NAME_ _VALUE_|→|Set parameter _NAME_ to _VALUE_| |**wapp-param-exists** _NAME_|→|True if parameter _NAME_ exists| | | | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | > |**wapp-start** $argv|→|Starts up the Wapp application| |**wapp-subst** {_TEXT_}|→|Append _TEXT_ to the output with substitution| |**wapp-trim** {_TEXT_}|→|Like **wapp-subst** but also removes left-margin whitespace| |**wapp-param** _NAME_ _DEFAULT_|→|Return value of parameter _NAME_| |**wapp-set-param** _NAME_ _VALUE_|→|Set parameter _NAME_ to _VALUE_| |**wapp-param-exists** _NAME_|→|True if parameter _NAME_ exists| |**wapp-param-list** _GLOB_|→|Return parameter names matching _GLOB_| |**wapp-allow-xorigin-params**|→|Allow GET and POST parameters for cross-origin requests| |**wapp-mimetype** _MIMETYPE_|→|Set the reply mimetype| |**wapp-reply-code** _CODE_|→|Set the HTTP reply code| |**wapp-redirect** _TARGET_|→|Redirect to _TARGET_| |**wapp-reset**|→|Reset the output back to an empty string| |**wapp-set-cookie** _NAME_ _VALUE_|→|Set cookie _NAME_ to have _VALUE_| |**wapp-clear-cookie** _NAME_|→|Delete cookie _NAME_| |
︙ | ︙ |