FLUID-1694: Build a proof-of-concept version of InlineEdit that supports rich text editing, as a starting point for users who want to experiment with this functionality.

Metadata

Source
FLUID-1694
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Colin Clark
Created
2008-10-20T12:52:30.000-0400
Updated
2011-02-22T16:27:53.302-0500
Versions
N/A
Fixed Versions
  1. 0.6
Component
  1. Inline Edit

Description

A number of users have been interested in trying out our InlineEdit component with a rich text editor such as TinyMCE or FCK. Let's sketch out some code and markup to show if this is feasible within our current architecture for InlineEdit.

Comments

  • Colin Clark commented 2008-10-20T18:01:21.000-0400

    Here is patch containing a proof-of-concept implementation of Inline Edit with TinyMCE. Apologies for the size of the patch and the absolute paths.

  • Colin Clark commented 2008-10-20T18:01:56.000-0400

    This patch contains only the changes to InlineEdit.js, which I am proposing to include in the Infusion 0.6 beta release if the community approves.

  • Antranig Basman commented 2008-11-13T21:50:23.000-0500

    Work merged into trunk at revision 6031. We have two implementations of the "plugin" system developed for InlineEdit, using our "IoC" framework operated by initSubcomponents, for both the TinyMCE and FCKEditor rich text editors. A demonstration showing two TinyMCE and two FCKEditors InlineEdit controls coexisting on the same page, each with largely independent configuration, is checked into the manual-tests area at https://source.fluidproject.org/svn/fluid/components/trunk/src/webapp/tests/fluid-tests/manual/rich-text

  • Michelle D'Souza commented 2011-02-22T16:27:53.301-0500

    Closing issues that were resolved for 1.0 and earlier releases.