s4

changeset 706:7222b3333e6a

Expand rows of textarea to 10.
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 22 May 2020 10:04:27 +0900
parents 9f6d65cd8d64
children 19ee38a90e22
files examples/sns/form/article.def
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/sns/form/article.def	Fri May 22 08:47:14 2020 +0900
     1.2 +++ b/examples/sns/form/article.def	Fri May 22 10:04:27 2020 +0900
     1.3 @@ -4,6 +4,6 @@
     1.4  時刻:ctime:s:stamp:
     1.5  参照元:parent:s:parent: 
     1.6  パス:path:s:path:
     1.7 -本文:text:s:textarea:cols="72" rows="4"
     1.8 +本文:text:s:textarea:cols="72" rows="10"
     1.9  添付:image:m:image:multiple
    1.10  stage:stage:x:hidden:value="replyblog"