1
我需要能夠添加一個下拉或按鈕到ckeditor的工具欄,將彈出一個列表,當一個listitem將被點擊文本那列表項將被添加到CKEditor的內容如何添加一個下拉菜單/按鈕到ckeditor插入內容時選擇一個下拉菜單
我也需要ablee更改列表的內容,希望有一個功能:
function SetListsContent(arr)
{
//fill the list with the array arr
...
}