当前位置:网站首页>tinymce 如何实现动态国际化
tinymce 如何实现动态国际化
2022-08-02 13:19:00 【InfoQ】
tinymce 如何实现动态国际化
language
tinymce.init({
selector: 'textarea.tinymce',
plugins: `code image imagetools media`,
toolbar: `code`,
skin: false,
language: 'ja',
min_height:240,
skeletonScreen: true,
content_css: false,
}).then(()=>{
tinymce.init({
selector: 'div#mytextarea',
menubar: 'file edit insert view format table tools help',
skin: false,
plugins: 'tpImportword',
toolbar: 'tpImportword',
content_css: false,
min_height:240,
skeletonScreen: true
}).then(()=>{
tinymce.init({
selector: 'div#mytextarea3',
skin: false,
language: 'zh_CN',
content_css: false,
min_height:240,
skeletonScreen: true,
plugins: `code`,
toolbar: `code`,
})
})
});
tinymce.init({...}).then(()=>{ tinymce.init({...}).then(()=>{ ... })... })
那么这个问题该 如何解决
editor.editorContainer.onmouseover = () => {
let _language = editor.settings.language
let _currentCodeVal = editor.editorManager.i18n.getCode()
_currentCodeVal != _language && editor.editorManager.i18n.setCode(_language)
};
tinymce.init({
language: 'zh_CN',
content_css: false,
tp_i18n: true,
min_height:240,
plugins: `code`,
toolbar: `code`,
})
tp_i18n_langs: true
tpI18n
tinymce.init({
selector: 'div#mytextarea',
menubar: 'file edit insert view format table tools help mymenubar',
skin: false,
tp_i18n: true,
plugins: 'tpImportword',
toolbar: 'tpImportword',
tp_i18n_langs: true,
content_css: false,
menu: {
mymenubar: { title: 'Extension', items: 'tpI18n' },
},
min_height:240,
skeletonScreen: true,
setup: (
editor
)=>{
}
})
边栏推荐
猜你喜欢
随机推荐
eclipse连接数据库后插入数据报错null
k8s之KubeSphere部署有状态数据库中间件服务 mysql、redis、mongo
【C语言】手撕循环结构 ——do...while语句及循环练习题(1)
This binding to detailed answers
图论之Floyd,多源图最短路如何暴力美学?
Openlayers Quick Start Tutorial
巴比特 | 元宇宙每日必读:蒂芙尼宣布推出限量版 CryptoPunk 定制吊坠
汉源高科千兆12光12电管理型工业以太网交换机 12千兆光12千兆电口宽温环网交换机
【C语言】函数哪些事儿,你真的get到了吗?(1)
Oracle update error operation single table rollback
线程安全问题及关键字synchronized,volatile
Wireless vibrating wire acquisition instrument remote modification method
The uniapp/applet onload method executes the interpretation every time the page is opened
使用Amazon SageMaker 构建基于自然语言处理的文本摘要应用
RestTemplate 使用:设置请求头、请求体
Seata分布式事务
冰箱“扩容”的战事,在今夏格外猛烈
吾爱第三课-修改版权和资源
图论之Prim,最小生成树该怎么解?
Reading IDEO, Design Changes Everything