hookehuyr

fix 屏蔽掉右键菜单

1 <!-- 1 <!--
2 * @Date: 2024-07-12 13:28:27 2 * @Date: 2024-07-12 13:28:27
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-08-07 11:19:38 4 + * @LastEditTime: 2024-08-07 11:40:31
5 * @FilePath: /data-table/src/components/TEditor/index.vue 5 * @FilePath: /data-table/src/components/TEditor/index.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -211,6 +211,7 @@ const tinymceOptions = { ...@@ -211,6 +211,7 @@ const tinymceOptions = {
211 // toolbar: 'table', // 工具栏显示 211 // toolbar: 'table', // 工具栏显示
212 toolbar: '', // 工具栏显示 212 toolbar: '', // 工具栏显示
213 table_toolbar: 'tableinsertrowafter', // table_toolbar 配置 213 table_toolbar: 'tableinsertrowafter', // table_toolbar 配置
214 + contextmenu: '', // 右键菜单
214 width: $('.table-field-page').width() + 'px', 215 width: $('.table-field-page').width() + 'px',
215 paste_data_images: false, //允许粘贴图像 216 paste_data_images: false, //允许粘贴图像
216 // min_height: 300, 217 // min_height: 300,
......