Move docs for 5.1.5 release

This commit is contained in:
Jermolene
2014-11-26 11:22:20 +00:00
parent a5c7089bcf
commit 7d46afc7b2
32 changed files with 109 additions and 405 deletions

View File

@@ -1,6 +1,6 @@
title: EditTextWidget
created: 201310241419
modified: 201407250837
modified: 20141025085449609
tags: Widgets
caption: edit-text
@@ -22,9 +22,11 @@ The content of the `<$edit-text>` widget is ignored.
|class |A CSS class to be assigned to the generated HTML editing element |
|placeholder |Placeholder text to be displayed when the edit field is empty |
|focusPopup |Title of a state tiddler for a popup that is displayed when the editing element has focus |
|tag |Overrides the generated HTML editing element tag |
|size |The size of the input field (in characters) |
|tag |Overrides the generated HTML editing element tag. Use `textarea` for a multi-line editor |
|type |Overrides the generated HTML editing element `type` attribute |
|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 "%" |
! Notes