Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-08-07 11:40:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db6f3d3bc78efcdea50643fc2ea8d6d35d76b5c2
db6f3d3b
1 parent
1ca0a007
fix 屏蔽掉右键菜单
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/components/TEditor/index.vue
src/components/TEditor/index.vue
View file @
db6f3d3
<!--
* @Date: 2024-07-12 13:28:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-07 11:
19:38
* @LastEditTime: 2024-08-07 11:
40:31
* @FilePath: /data-table/src/components/TEditor/index.vue
* @Description: 文件描述
-->
...
...
@@ -211,6 +211,7 @@ const tinymceOptions = {
// toolbar: 'table', // 工具栏显示
toolbar: '', // 工具栏显示
table_toolbar: 'tableinsertrowafter', // table_toolbar 配置
contextmenu: '', // 右键菜单
width: $('.table-field-page').width() + 'px',
paste_data_images: false, //允许粘贴图像
// min_height: 300,
...
...
Please
register
or
login
to post a comment