【发布时间】:2011-11-13 14:08:23
【问题描述】:
我正在尝试在 drupal 中使用 ckeditor 向 ul 添加一个类
在ckeditor.styles.js中
这行得通
{ name : 'my style', element : 'h1', attributes : { 'class' : 'bigblue' } },
这不是
{ name : 'my list style', element : 'ul', attributes : { 'class' : 'highlight' } },
任何帮助将不胜感激。
【问题讨论】: