Info |
---|
This documentation refers to the latest trunk version of the Inline Edit code. For documentation specific to a particular release, please see Previous Versions of API Documents. |
Inline Edit OverviewThe Inline Edit allows users to edit content within the context of their work rather than going to an "edit mode". It can be applied to any text, assuming a very simple contract is maintained: - The elements that are part of the Inline Edit component have some kind of container element.
- The text you wish to make editable is within the component container.
You can optionally provide your own markup that will be used for the edit mode, but if not, default markup is provided. CreationCreating a single Inline Edit Code Block |
---|
|
fluid.inlineEdit(componentContainer, options);
|
Return: The Inline Edit component object. |