<editcontrol>
Description
An edit control box is a text-editing box that executes its command when the user changes text in the box and switches focus.
Attributes
id, tooltip, file, value, command, {showIf}, {label}, {width}, {domRequired}, {enabled}, {update}, {arguments}For a description of each attribute, see Item tag attributes.
Contents
None.
Container
The toolbar tag or the toolbarset tag.
Example
<EDITCONTROL ID="DW_SetTitle" label="Title: " tooltip="Document Title" width="150" file="Toolbars/MM/EditTitle.htm"/>