1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-10 04:36:38 +00:00

Update EditTextWidget.tid

This commit is contained in:
twMat 2023-06-28 13:35:58 +02:00 committed by GitHub
parent 46d0aea0f2
commit 7957fae15a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ The content of the `<$edit-text>` widget is ignored.
|field |The field to edit (defaults to `text`). Takes precedence over the `index` attribute |
|index |The index to edit |
|default |The default text to be provided when the target tiddler doesn't exist |
|class |A CSS class to be assigned to the generated HTML editing element |
|class |A CSS class to be assigned to the generated HTML editing element. To fully expand the widget horizontally, use `tc-max-width` |
|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 |
|focus |Set to "yes" or "true" to automatically focus the editor after creation |