ckeditor:在div标签内添加span

时间:2013-04-12 02:54:37

标签: ckeditor html

我正在尝试在div标签中添加span,但到目前为止我尝试的代码一次只创建一个divspan元素。 这是我正在尝试的代码:

style : new CKEDITOR.style( {
    // element :'div',
    // attributes : { 'itemscope' : '' },
    element : 'span',
    attributes : { 'itemscope' : '', 'itemprop' : parts[ 1 ], 'name' :  parts[0] },
} ),

onClick : function() {
    this.style.apply( editor.document );
}

0 个答案:

没有答案