This page (revision-1) was last changed on 23-Apr-2022 17:05 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 25 lines
Gives a HTML textarea element for a [WikiForm].
!Parameters
* __name__ : Name of the HTML element
* __rows__ : How many rows should the textarea be?
* __cols__ : How many columns should the textarea be?
!Example
{{{
Type text here:
[{FormTextarea name='description' rows=5 cols=80}]
}}}
would produce
[{FormOpen form='reportform'}]
Type text here:\\
[{FormTextarea name='description' rows=5 cols=80}]
[{FormClose}]
----
Back to [WikiForms].