Rich Text Inline Edit OverviewThe Rich Text Inline Edit is a specific integration of the Inline Edit component that uses a rich text editor to allow users to quickly make edits to formatted text. Two versions of Rich Text Inline Edit are provided, each using a different rich text editor: - CKEditor
- TinyMCE
CreationNote: The CKEditor integration is new in v1.2. It replaces the deprecated FCKEditor integration, which is officially removed as of v1.4. Code Block |
---|
|
fluid.inlineEdit.CKEditor(container, options);
|
Code Block |
---|
|
fluid.inlineEdit.TinyMCE(container, options);
|
Return: The Inline Edit component object. |