FLUID-1691: Add a public cancel method to InlineEdit, allowing people to use Save/Cancel buttons in their markup if desired.

Metadata

Source
FLUID-1691
Type
Sub-task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Colin Clark
Created
2008-10-20T12:25:18.000-0400
Updated
2011-02-22T16:27:59.412-0500
Versions
  1. 0.4beta1
  2. 0.4
  3. 0.5beta1
  4. 0.5
Fixed Versions
  1. 0.6
Component
  1. Inline Edit

Description

At the moment, there's no way to cancel an in-progress inline edit. A public cancel() method would allow implementers to use Save/Cancel buttons, or bind the cancel method to the Esc key or other common shortcut.

Comments

  • Colin Clark commented 2008-10-20T16:13:37.000-0400

    Here's a patch containing a working proof-of-concept of Inline Edit hosting a TinyMCE editor.

  • Antranig Basman commented 2008-11-13T21:39:11.000-0500

    Merged into trunk at revision 6031. See working demos at manual-tests - automated test cases to follow.

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

    Closing issues that were resolved for 1.0 and earlier releases.