formtextarea.txt
来自「wiki建站资源 java编写的 很好用」· 文本 代码 · 共 26 行
TXT
26 行
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 + =
减小字号Ctrl + -
显示快捷键?