gpt4 book ai didi

javascript - Aloha Editor 禁用图像裁剪

转载 作者:太空宇宙 更新时间:2023-11-03 18:25:06 24 4
gpt4 key购买 nike

除了 vis css,如何禁用工具栏中图像插件的裁剪按钮?配置不起作用。

Aloha.settings = {
plugins: {
image: {
'maxWidth': 600,
'minWidth': 3,
'maxHeight': 200,
'minHeight': 3,
ui: {
oneTab : false, //Place all ui components within one tab
insert : true,
reset : true,
aspectRatioToggle: true, // Toggle button for the aspect ratio
align : true, // Menu elements to show/hide in menu
resize : true, // Resize buttons
meta : true,
margin : false,
crop : false,
resizable : true, // Resizable ui-drag image
handles : 'ne, se, sw, nw'
}
}
}
}

最佳答案

好的,所以仍然不知道为什么配置不起作用,通过 css 禁用裁剪按钮需要对代码进行大量更改(所有按钮都需要重新定位)但是在 < strong>aloha.js(主脚本文件)找到变量 var defaultToolbarSettings 并在图像设置下从 components 中删除 "imageCropButton" .

这样,裁剪按钮就不会在 DOM 中呈现。

关于javascript - Aloha Editor 禁用图像裁剪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20978557/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com