Ticket #95 (closed enhancement: fixed)
Application of arbitrary inline elements in the sidebar (like the toolbar)
Reported by: | nathanaeljones | Owned by: | 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
Note: See
TracTickets for help on using
tickets.
Implemented with the help of the insert(), wrap() and unwrap() API calls. Test page available since r546 and r553.