I want to create an editor that can insert values from a dropdown for use with a "Plain Text" template. In other words I want to work in Source mode, but have the dropdowns working, so I can use the custom dropdowns that I have created for HTML view and SOURCE code view.
Is this possible?
John
Is this possible?
John
RE: Working with plain text
You should modify the "Source" toolbar set adding your custom command.
In your custom command handler function you should check what is the actual state (Editing/Source) and execute your custom command over the editor, or over the textarea.
Best regards,
FredCK
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: Working with plain text
Since which I built my own, but im sure it would still be good for others