Opened 13 years ago
Closed 13 years ago
#8767 closed Task (invalid)
How to do not translate the html tags on ckEditor?
Reported by: | tonsaito | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.6 |
Keywords: | Cc: | ton.unesp@… |
Description
Hi,
I'm a web developer and i'm using the ckeditor. however i need to text some html, php, javascipt and others language codes using syntaxHighlighter like this:
"<code> <pre class="brush: js;"> function helloSyntaxHighlighter() {
return "hi!";
} </pre> </code>"
when i create the text i have no problems but when i gonna edit, the tags are translated and i just can see:
" function helloSyntaxHighlighter() {
return "hi!";
}"
i need to know if i can ignore the tags while i edit the text or i just can see the code using the "source-code" button.
I appreciate if you can help
Change History (2)
comment:1 Changed 13 years ago by
Cc: | ton.unesp@… added |
---|---|
Version: | → FCKeditor 2.6.6 |