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 wrap: on
line diff
--- a/examples/sns/form/article.def	Fri May 22 08:47:14 2020 +0900
+++ b/examples/sns/form/article.def	Fri May 22 10:04:27 2020 +0900
@@ -4,6 +4,6 @@
 時刻:ctime:s:stamp:
 参照元:parent:s:parent: 
 パス:path:s:path:
-本文:text:s:textarea:cols="72" rows="4"
+本文:text:s:textarea:cols="72" rows="10"
 添付:image:m:image:multiple
 stage:stage:x:hidden:value="replyblog"

yatex.org