Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The inplace_textbox element creates a textbox that the user can edit in place.
The user clicks on the label, and it is replaced with a textbox, an OK button, and a Cancel button.
If the user clicks OK, a callback is issued to the delegate module so that it can save the new text.
#inplace_textbox { id=textbox1, text="Some text." }text (string) - Set the textbox's contents.
html_encode (boolean) - Set to true to safely html-encode the text.
start_mode (Atom, 'edit' or 'view') - Set whether the textbox should start in edit mode or view mode.
validators (Validator, or list of validators.) - Validators to apply to the textbox.
tag (Erlang term) - See the delegate attribute for details.
Released under the MIT License.