--
Ticket URL: <http://dev.ckeditor.com/ticket/9014>
CKEditor <http://ckeditor.com/>
The text editor for the Internet
* cc: andrecj-51@… (added)
--
Ticket URL: <http://dev.ckeditor.com/ticket/9014#comment:1>
* status: new => closed
* keywords: php tags inside editor wysiwyg =>
* resolution: => invalid
Comment:
Please note that the CKEditor development website is not the right place
for support requests.
Please refer to the following article for information on where to get
support for all issues related to CKEditor:
http://docs.cksource.com/CKEditor_3.x/Howto/Support
Also try using our forums for advice: http://cksource.com/forums/
If you are looking for professional assistance, the CKEditor development
team is available via a dedicated support channel that is included in all
our commercial licenses:
http://ckeditor.com/license
----
As for your problem I think that the best approach will be using
protectedSource option
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.protectedSource
Also try using the latest version of editor. CKE 3.5.2 is quite old.
--
Ticket URL: <http://dev.ckeditor.com/ticket/9014#comment:2>
Comment (by j.swiderski):
Portectedsource will protect your tags i WYSIWYG mode.
If you are looking for a way to insert PHP tags than you will have to
write a simple plugin for that. Information on how to write plugins can be
found here - http://docs.cksource.com/CKEditor_3.x/Tutorials.
--
Ticket URL: <http://dev.ckeditor.com/ticket/9014#comment:3>