Ticket #95 (closed enhancement: fixed)

Opened 9 months ago

Last modified 1 month ago

Application of arbitrary inline elements in the sidebar (like the toolbar)

Reported by: nathanaeljones Assigned to: jf.hovinne
Priority: major Milestone: 0.5
Component: Editor Version: trunk
Keywords: Cc:

Description

Application of arbitrary inline elements through the sidebar. (The toolbar concept doesn’t scale well to <cite>, <abbr>, and <span> elements)

Where should I start?

I know 2 dozen languages, but I want to ask you WYMEditor experts where I should implement this feature, and how I can best reuse code and allow reuse.

Change History

10/16/08 21:08:10 changed by jf.hovinne

  • status changed from new to closed.
  • resolution set to fixed.

Implemented with the help of the insert(), wrap() and unwrap() API calls. Test page available since r546 and r553.