wikiforms.txt
来自「wiki建站资源 java编写的 很好用」· 文本 代码 · 共 22 行
TXT
22 行
JSPWiki allows you to embed HTML forms in a [wiki page]. This can be used for all sorts of interesting things, such as bug reports or other things.
For an example, please see [WikiFormsExampleText].
----
!Supported HTML form elements
* [FormOpen] - opens a form
* [FormClose] - closes a form
* [FormSet] - sets defaults for a form
* [FormOutput] - defines the [JSPWiki plugin] that handles the form, when it is finally submitted.
* [FormInput] - for different kinds of basic input fields, e.g. text, password, submit.
* [FormSelect] - provides a drop-down select list
* [FormTextarea] - provides a textarea field
!Included handlers
* [BugReportHandler]
* [SearchPlugin]
* ... and most of the [JSPWikiPlugins] can also take input from forms.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?