主題更改時如何製作活動
P粉245276769
P粉245276769 2023-09-10 19:52:39
0
1
781

當主題改變時,我想舉辦一個活動。不使用setTheme()

var editor = ace.edit("editor");
ace.require("ace/ext/settings_menu").init(editor);
editor.session.setMode("ace/mode/java");
editor.setOptions({
    theme: "ace/theme/tomorrow_night_bright"
});

editor.on('changeTheme', function() {    -> This is not working
    console.log(editor.mode)
})

我嘗試更改主題事件,並且使用 $("#-theme").change() 事件但不起作用

P粉245276769
P粉245276769

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!