📄 formtextarea.txt
字号:
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].
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -