将html类添加到tinymce td元素

时间:2012-04-26 17:12:08

标签: html class tinymce add

:)

这是我在stackoverflow中的第二篇文章,并对第一个问题的结果感到满意。无论如何,我已经有一个工作的tinymce工具栏,重新设计的外观。为此,我使用jQuery将类添加到工具栏元素中。

但是在某种程度上,如果在初始化工具栏的同时还添加了类,那就更好了。

让我们说:     theme_advanced_buttons1:" save,newdocument,|,bold,italic,underline,strikethrough,"

目前:(我现在拥有的那个)

  • 发起tinymce
  • 查找元素添加类,同时有元素

结果:

   <td class="first"> (*save elements here) </td>
   <td class="last"> (*newdocument elements here) </td>
   <td class="separator"> (*separator element here) </td>
   <td class="first"> (*bold elements here) </td>
   <td class="center"> (*italic elements here) </td>
   <td class="center"> (*underline elements here) </td>
   <td class="last"> (*strikethrough elements here) </td>

我想要实现的目标:   - 启动tinymce并添加类(*结果将是相同的)

这样不会更快吗? 我一直在跟踪tinymce的代码,但由于我的编码经验不足让我更难......任何人都知道我的问题的答案..请帮助我..谢谢你,更多的权力...... :)

1 个答案:

答案 0 :(得分:0)

您似乎应该使用配置设置editor_css