This documentation refers to the latest trunk version of the Inline Edit code. For documentation specific to the v0.5 released version, please see Inline Edit API - v0.5. |
|
fluid.inlineEdit(container, options); |
fluid.inlineEdits(container, options); |
Creates an Inline Edit component (or multiple components) that uses a simple input field for the edit mode. See Simple Text Inline Edit for details.
fluid.inlineEdit.dropdown(container, options); |
Creates an Inline Edit component that uses a dropdown selection box for the edit mode. See Dropdown Inline Edit for details.
fluid.inlineEdit.FCKEditor(container, options); |
fluid.inlineEdit.tinyMCE(container, options); |
Creates an Inline Edit component that uses a rich text editor for the edit mode. See Rich Text Inline Edit for details.