2013-10-31 22:03:40 +00:00
title: EditWidget
created: 201310241419
2015-02-24 16:41:16 +00:00
modified: 20150220161220000
2014-09-10 23:06:19 +00:00
tags: Widgets
caption: edit
2013-10-31 22:03:40 +00:00
! Introduction
The edit widget provides a general purpose interface for editing a tiddler. It dynamically chooses the appropriate widget depending on the type of the tiddler (currently either the EditTextWidget or the EditBitmapWidget).
! Content and Attributes
The content of the `<$edit>` widget is ignored.
|!Attribute |!Description |
2015-02-24 16:41:16 +00:00
|tiddler |The tiddler to edit (defaults to the [[current tiddler|Current Tiddler]]) |
2013-10-31 22:03:40 +00:00
|field |The field to edit (defaults to `text`). Takes precedence over the `index` attribute |
|index |The index to edit |
|class |A CSS class to be added the generated editing widget |
2019-03-09 17:45:59 +00:00
|tabindex |Sets the `tabindex` attribute of the input or textarea to the given value |
2020-06-11 10:41:35 +00:00
|cancelPopups |<<.from-version "5.1.23">> if set to "yes", cancels all popups when the input gets focus |
2020-07-13 16:42:55 +00:00
|inputActions |<<.from-version 5.1.23>> Optional actions that are triggered every time an input event occurs within the input field or textarea |
|refreshTitle |<<.from-version 5.1.23>> An optional tiddler title that makes the input field update whenever the specified tiddler changes |