formopen.txt
来自「wiki建站资源 java编写的 很好用」· 文本 代码 · 共 24 行
TXT
24 行
[WikiForms] are opened with a [FormOpen] -statement.
!Parameters
You MUST specify the following:
* __form__: Each form must have a name. For example "myBugReportForm".
You may also specify any of the following parameters:
* __submit__: The URL (relative or absolute) of a servlet that is capable of handling the request from this [WikiForm]. If not set, it will submit it back to the same page the form is on.
* __method__: Controls how the form is posted: it can either be "get" or "post". If this parameter is missing, the default is to use "post".
* __hide__: Controls the visibility of the form. If set to "onsuccess", the form is hidden when the form has been submitted successfully. Default is to keep the form visible all the time.
!Example
{{{
[{FormOpen form='bugreportform' hide='onsuccess' method='post' submit='/servlets/bugreportsubmitservlet/'}]
}}}
----
Back to [WikiForms].
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?