CKEDITOR 3.x:自定义;插入;
- 内的标签
;
以前有人处理过这样的事情吗?我想在我的小应用程序中自定义帖子的显示,并且需要在 CKEDITOR 下编写时自动添加的
标签内的
标签。我不知道我应该寻找什么配置项。如果可以的话请帮助我。
Has anyone dealt with such a thing before? I want to customize the display of posts in my little application and I need the <p>
tags inside the <li>
tags added automatically when writing under CKEDITOR. I don't know what config item I should look for. Please help me if you can.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你应该在保存数据时这样做。 grep & 相当容易。替换为 PHP。
查看此函数:http://php.net/manual/fr/function。 preg-replace.php
Maybe you should do that when saving the datas. It's fairly easy to grep & replace with PHP.
Check out this function : http://php.net/manual/fr/function.preg-replace.php