mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 09:15:02 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user