当前位置:网站首页>百度编辑器ueditor,编辑内容过多时,工具栏不可见,不方便编辑或上传问题
百度编辑器ueditor,编辑内容过多时,工具栏不可见,不方便编辑或上传问题
2022-07-28 15:17:00 【viqecel】
百度有这个配置文件
ueditor.config.js
里面本来是有自动工具栏浮动到顶部,可以一直显示工具栏,但我测试,一直不能正常实现.功能不正常
//是否保持toolbar的位置不动,默认true
,autoFloatEnabled:false
还有一个办法,就是去掉自动长高功能.让内容区域显示竖直滚动条,这样,就可以一直显示工具栏了,右侧实际上有两个滚动条,这样就方便了
// 是否自动长高,默认true
,autoHeightEnabled:false
或在html页面是单独为他配置
//实例化编辑器
var editor= UE.getEditor('editor', {
autoHeightEnabled: false,
,initialFrameHeight:720 //初始化编辑器高度
});
边栏推荐
- Rust Getting Started Guide (rustup, cargo)
- 2021 Yahong pen test questions
- R language uses ggpairs function of ggally package to visualize pairwise relationship graph of grouping multivariable, set alpha parameter to change image transparency, diagonal continuous variable de
- Multipurpose mixed signal 8ai/4di/do to serial port rs485/232modbus acquisition module ibf30
- Zhaoqi science and technology innovation and entrepreneurship competition talent introduction platform, mass entrepreneurship and entrepreneurship competition high-level talent introduction
- Knowledge points qwer
- 2021 肯特面试题3
- A program for judging the result of cyclic input
- 高精度绝对角度传感器应用高速度角度监测
- 便携式钻孔测斜仪数据采集仪测量原理与测斜探头的连接及使用方法
猜你喜欢

MLX90640 红外热成像仪测温传感器模块开发笔记(八)

A tour of grp:05 - GRP server streaming service end stream

The deep displacement monitoring system wk813 is used to measure the deep displacement of slopes, dams, embankments, railways and building foundation pit excavation

Two special functions (arrow function and method)

【Multisim仿真】LM339过零电路仿真

分体式测斜探头安装要点及注意事项

RF module wireless transceiver rf63u chip application data transmission and infrastructure network

高精度绝对角度传感器应用高速度角度监测

How to quickly access the unified authentication system

Duty cycle switch output high speed pulse counter rtumodbus module ibf63
随机推荐
js 优先级队列
[live broadcast reservation] a new challenge under the evolution of data architecture - Shanghai railway station
深部位移监测系统wk813应用边坡、大坝、堤防、铁路和建筑基坑开挖等深部位移测量
JS array (summary)
不懂就问,快速成为容器服务进阶玩家!
Dynamic programming -- digital statistics DP
Image semantic segmentation practice: tensorflow deeplobv3+ train your own dataset
2-channel Di high-speed pulse counter, 1-channel encoder to Modbus TCP wired wireless module ibf161
R language uses file of FS package_ Delete function deletes the specified file under the specified folder, draw inferences from one instance, dir_ Delete function, link_ The delete function can be use
Note: numerical accumulation animation
2.855 billion yuan! Qingdao Xinen completed the capital increase: Xingcheng Jidian became the largest shareholder, holding 57.10%
Pyqt5 rapid development and practice 5.2 container: load more controls
I'll show you a little chat! Summary of single merchant function modules
Detectron2 installation and testing
光学雨量计对比翻斗式雨量计的优势
记:数字累加动画
2021 Kent interview question 2
五舅的思考
Deeply understand the fusing configuration of istio traffic management
李宏毅《机器学习》丨4. Deep Learning(深度学习)