Loading...

Ckeditor使用onkeyup事件綁定卻無動作解決方式

Temperature: 0 °C

Mark ChangMark Chang
author_tools

其實這個問題我已經想解決很久了~

之前就是懶得動....

總之~

首先,假設編輯器為 Content

實現事件綁定方式為:

CKEDITOR.instances["Content"].on("instanceReady", function () {
//set keyup event
this.document.on("keyup", AutoRun);
//set keydown event
//this.document.on("keydown", AutoStop);
//and click event
this.document.on("click", AutoRun);
//and select event
this.document.on("select", AutoRun);
});

接著綁定事件所執行的function如下:
function AutoRun() {
CKEDITOR.tools.setTimeout(function () {
var editorText = CKEDITOR.instances.Content.getData();
alert(editorText);//當沒動作3秒後執行
}, 3000);
}


以上紀錄~

https://innstory.com/story-Ckeditor使用onkeyup事件綁定卻無動作解決方式-1824

Prev
 使用javascript獲取ckeditor_textarea的textarea值

Next
fancybox_close的方式 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

分享 你有多自律,就有多自由!學不會,再多的自由都只是 放縱

分享 你有多自律,就有多自由...

喜歡~閱讀這些鼓勵人心的文字內容。 很多有天賦的人卻因為不夠專注而失敗,世界不缺乏努力的機會缺乏努力...

嘰嘰喳喳

嘰嘰喳喳

我們總是在世人面前假裝自己以為的瀟灑。 卻過不了自己在心裏築起的高牆。

分享 吃蝗蟲治「武漢肺炎」中國網民樂翻:天賜良藥!

分享 吃蝗蟲治「武漢肺炎」中...

蝗蟲 VS 中國 雖然這不是開玩笑的時候。 所以我該替蝗蟲擔心嗎?

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format