0
guys ...Lightview with tinymce
我正在嘗試使用lightview
和tinymce
在一起。
在測試簡單的事情時,我無法重現使用inline
類型在lightview
中呈現tinymce的調用。
e.g:
Lightview.show({
url: "contentPageArea",
type: "inline",
options: {
closeButton: false,
evalScripts: true,
afterUpdate: function (element, position) {
console.log("after");
tinyMCE.execCommand('mceAddControl', false, 'txtAreaContentPage');
}
}
});
預先感謝任何幫助。