我喜欢JCE,但是尽管配置了它,它总是去掉代码行。joomla文章的任何好的代码编辑器?
有人设法使用JCE而没有它触摸任何的代码?
作为Joomla文章中的代码编辑器,您最适合做什么?
EDIT1:JCE来变换
<iframe class="clarity-widget" data-c-id="63193" data-c-width="" frameborder="0"></iframe>
<script src="https://clarity.fm/assets/widget_loader.js"></script>
<style scoped="scoped" type="text/css">
<!-- iframe {
width:345px;
}
-->
</style>
到
<script src="https://clarity.fm/assets/widget_loader.js" type="text/javascript"></script>
<style scoped="scoped" type="text/css">
<!-- iframe {
width:345px;
}
-->
</style>
iframe中被移除,并且风格标签是 “作用域”。
对于_code_的意思是JavaScript?和CSS? – Michel
为什么不只是使用内置的Code Mirror编辑器? – Elin
@Michel,我的意思是JS,CSS和PHP。 –