⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formopen.txt

📁 wiki建站资源 java编写的 很好用
💻 TXT
字号:
[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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -