Hello,
I found an issue about viewing source (Couch 1.4):
This code works great for editable regions shown in Admin area, but doesn't work in the new feature inline editing. The button just not shown.
All the other custom_toolbar parameters work great. But when we use CKEditor, the Source button is extremely needed. For example, when apply "blockquote" on "<p>text</p>", the result is "<blockquote><p>text</p></blockquote>" and no way to delete the Paragraph tags exept manually. Also no way to delete unstyled tags..
Also my customers' dreams are about drag-n-drop uploading images (without decoding to Base64 like in CKE), but I tell them this feature is as costly as buying Redactor wisywig.)
Thanks
I found an issue about viewing source (Couch 1.4):
- Code: Select all
toolbar='custom' custom_toolbar='source'
This code works great for editable regions shown in Admin area, but doesn't work in the new feature inline editing. The button just not shown.
All the other custom_toolbar parameters work great. But when we use CKEditor, the Source button is extremely needed. For example, when apply "blockquote" on "<p>text</p>", the result is "<blockquote><p>text</p></blockquote>" and no way to delete the Paragraph tags exept manually. Also no way to delete unstyled tags..
Also my customers' dreams are about drag-n-drop uploading images (without decoding to Base64 like in CKE), but I tell them this feature is as costly as buying Redactor wisywig.)
Thanks