Reorganise docs updates for 5.1.5 additions

We’ll keep the docs for the new features in the prerelease edition
until the release of 5.1.5. This means that we can continue to build
the tw5.com edition without including the 5.1.5-specific content.
This commit is contained in:
Jermolene
2014-10-25 14:24:01 +01:00
parent 86c56d846e
commit 3fea51a08b
4 changed files with 53 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
title: EditTextWidget
created: 201310241419
modified: 20141025085449609
modified: 201407250837
tags: Widgets
caption: edit-text
@@ -22,11 +22,9 @@ 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. Use `textarea` for a multi-line editor |
|type |Overrides the generated HTML editing element `type` attribute |
|tag |Overrides the generated HTML editing element tag |
|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 "%" |
|type |Overrides the generated HTML editing element `type` attribute |
! Notes