Hi
I have installed the CKEDITOR provider.
Some code is not visible in the CKEDITOR
See below the difference between the standard dnnradeditor and the ckeditor.
Can you make an option that all the code is visible?
Code when in "Source" with the CkEditor provider
<li><a href="link to a page" title="page title">FAQ</a></li>
Code when in "HTML" mode with the DNN rad editor.
<li><span class="icon-attention-alt fontcolor"></span> <a href="link to a page" title="page
Regards, Ton
Comments: ** Comment from web user: ton_hermes **
I have installed the CKEDITOR provider.
Some code is not visible in the CKEDITOR
See below the difference between the standard dnnradeditor and the ckeditor.
Can you make an option that all the code is visible?
Code when in "Source" with the CkEditor provider
<li><a href="link to a page" title="page title">FAQ</a></li>
Code when in "HTML" mode with the DNN rad editor.
<li><span class="icon-attention-alt fontcolor"></span> <a href="link to a page" title="page
Regards, Ton
Comments: ** Comment from web user: ton_hermes **
Hi,
According to the refered issue I added the code below to the donfig settings.
[( /<em class[\s\S]*?>/g ),( /<\/em>/g )]
Now all the code is visible in the source mode.
In the rich editor mode, the icons in the code are not visible.
When saving the text, then the icons are visible.
<div><em class="icon-mobile"></em> +31 (0) 6 </div>
Also some other code is not visible also.
code in standard dnn editor
<a title="Direct booking" href="link"><button class="btn btn-success" type="button">RESERVE</button></a>
Code in source ckeditor
<p><button class="btn btn-success" type="button">RESERVE</button></p>
Now the link is removed.
Is it possible to get a HTML option like in the dnnradeditor from the standard dnn editor?
Regards, Ton