FLUID-1945: Need appropriate demo pages for dropdown and rich text inline edit

Metadata

Source
FLUID-1945
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2008-12-08T13:44:33.000-0500
Updated
2011-01-14T11:54:51.687-0500
Versions
  1. 1.3
Fixed Versions
N/A
Component
  1. Inline Edit

Description

Need appropriate demo pages for dropdown and rich text inline edit

This will require a decision on where to place FCKEdit and TinyMCE

Comments

  • Anastasia Cheetham commented 2008-12-09T12:04:06.000-0500

    If the appropriate demos don't get created in time for 0.6, then at a minimum, the title of the drop-down sample page needs to be fixed (a very minor HTML change).

  • y z commented 2009-05-15T14:18:49.000-0400

    patch for the issue

  • Justin Obara commented 2009-05-16T20:23:36.000-0400

    There is some refactoring needed in the patch (see below)

    1) Some of the <scripts> are loaded in the wrong order

    2) Don't need to use $(document).ready inside the js file

  • y z commented 2009-05-19T15:56:31.000-0400

    Updated the patch for the issue:

    • removed unnecessary $(document).ready
    • arranged the scripts insertion in the right order
  • y z commented 2009-05-19T16:02:14.000-0400

    This patch (v3) will work with the tiny_mce moved to the CDN on http://fltinymce.appspot.com/
    fckeditor does not support the 3rd party domains at least untill 3.x so it is left intact.

  • y z commented 2009-05-21T12:19:38.000-0400

    Latest patch that has all extra examples added :
    -HC theme example
    -stand alone fckerditor, tiny_mce examples
    -stand alone simple editor's examples
    tiny_mce works from CDN

  • y z commented 2009-05-21T16:08:22.000-0400

    • added undo functionality (including customisation) to all inline edits
    • removed old inline edit tests from quick start examples and manual tests
    • moved new code to quick start examples
  • y z commented 2009-05-22T12:01:48.000-0400

    latest inline text editor demo patch:

    • some refactoring done in .js file
    • removed redundant class from css
    • fixed IE bug
  • y z commented 2009-05-22T14:36:35.000-0400

    final refactoring

  • Justin Obara commented 2009-05-22T16:52:05.000-0400

    Committed Yura's patch (version 7) with a few modifications. 1) didn't remove the manual tests for inline edit at this time, will review this page for removal at a later date. 2) changed the names of the files in the quickstart examples to be InlineEdit, instead of inline-edit, and 3) removed a left over css reference to the selectbox.css

  • Justin Obara commented 2009-05-22T16:55:27.000-0400

    Forgot that dropdown didn't make it into this patch as there is a bug with the css from the selectbox that has to get worked out first.