mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 02:57:09 +00:00
add rows attribute to edittext, plus docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user