Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 19-Jul-2006 09:36 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 23 lines
[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].
Version Date Modified Size Author Changes ... Change note
19-Jul-2006 09:36 0.927 kB UnknownAuthor
« This page (revision-) was last changed on 19-Jul-2006 09:36 by UnknownAuthor