2014-09-11 00:06:19 +01:00
caption: edit
2020-11-30 18:48:04 +00:00
created: 20131024141900000
2021-11-01 08:56:52 -04:00
modified: 20211009121634055
tags: Widgets TriggeringWidgets
2020-11-30 18:48:04 +00:00
title: EditWidget
type: text/vnd.tiddlywiki
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 17:41:16 +01: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 18:45:59 +01:00
|tabindex |Sets the `tabindex` attribute of the input or textarea to the given value |
2020-11-30 18:48:04 +00:00
|autocomplete |<<.from-version 5.1.23>> An optional string to provide a hint to the browser how to handle autocomplete for this input |
2020-06-11 12:41:35 +02:00
|cancelPopups |<<.from-version "5.1.23">> if set to "yes", cancels all popups when the input gets focus |
2020-07-13 18:42:55 +02: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 |