add rows attribute to edittext, plus docs

This commit is contained in:
Tobias Beer
2015-12-24 15:40:00 +01:00
parent 3a426dfd2a
commit 456e7abc5d
2 changed files with 12 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
title: EditTextWidget
created: 201310241419
modified: 20150220162131000
tags: Widgets
caption: edit-text
created: 20131024141900000
modified: 20151224143914772
tags: Widgets
title: EditTextWidget
type: text/vnd.tiddlywiki
! Introduction
@@ -28,6 +29,7 @@ The content of the `<$edit-text>` widget is ignored.
|size |The size of the input field (in characters) |
|autoHeight |Either "yes" or "no" to specify whether to automatically resize `textarea` editors to fit their content (defaults to "yes") |
|minHeight |Minimum height for automatically resized `textarea` editors, specified in CSS length units such as "px", "em" or "%" |
|rows|Sets the rows attribute of a generated textarea |
! Notes