Manages a single string value that can be edited "inline" in either text or textarea mode.
Name | Type | Required | Default | Description |
---|---|---|---|---|
value | String | yes | The string property to manage. This will be dynamically updated with any changes made by someone editing the value "inline" in the browser. | |
mode | One of [text,textarea]. | no | literal:text | Defines the editing mode that will be displayed when editing the value. |
disabled | boolean | no | false | Controls whether the component is active or not. A disabled InlineEditBox that isn't currently being edited will simply not allow editing when clicking on it. If the edit box is already being used when it is disable (like with an ajax request update) the editable area will be "greyed" out using the native browser controls for disabling form input. |
minWidth | int | no | 100 | The minimum display width for the editable input/textarea control in "pixels". |
minHeight | int | no | 200 | The minimum display height for the editable input/textarea control in "pixels". |
doFade | boolean | no | false | Whether the animation transition from editing -> normal mode should be a fade. If false (the default) - the animation sequence will be a simple highlight effect. |
Body: allowed
Informal parameters: allowed
Reserved parameters: none