formoutput.txt

来自「wiki建站资源 java编写的 很好用」· 文本 代码 · 共 25 行

TXT
25
字号
In case [FormOpen] does not define a servlet to submit the form to, you can also specify it using [FormOutput].  There can only be one [FormOutput] per form.

A [FormOutput] does not have to be within the Form, but it can be.

!Parameters

* __form__ : Which form to be an output to.  This must match the name of the corresponding [FormOpen].
* __handler__ : Which [JSPWikiPlugin] should be invoked to handle the form submission.
* __populate__ : TBD.

!Example

{{{
[{FormOutput handler='BugReportHandler' form='bugreportform'}]

[{FormOpen form='bugreportform'}]
...
[{FormClose}]

}}}

----

Back to [WikiForms].

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?