UEditor虽然强大,但是bug还是蛮多的。比如插入视频元素后,拖拽视频去缩放尺寸,编辑器并没有将实际的尺寸保存下来。当你点击HTML按钮查看源代码时,width和height还是原来的值,再次点击此按钮回到正常状态,缩略图又回到原来的大小了。
翻源代码翻了蛮久,终于把这个问题解决了。问题就出在插入视频后创建视频HTML字符串和HTML字符串与可视化编辑层转化的地方。
...
分类:
其他好文 时间:
2014-05-13 23:06:38
阅读次数:
869
显示分支
$git rev-parse --symbolic --branches
显示里程碑
$git rev-parse --symbolic --tags
显示引用
$git rev-parse --symbolic --branches
refs/heads/master
refs/remotes/origin/HEAD
refs/remotes/origin/master...
分类:
其他好文 时间:
2014-05-13 06:03:57
阅读次数:
387
Oracle will generate something called cursor
after it parse an statement. This thing--cursor will be stored in Library cache,
if next time you need to...
分类:
数据库 时间:
2014-05-10 01:02:22
阅读次数:
579
发现百度的Ueditor富文本编辑器中的多图片上传控件很不错,于是便想着分享出来使用,费了老劲,少不了无名朋友的帮助,也查了不少资料,终于搞定了发代码给大家,请大家多多指正1.首先要在html页面中添加对ueditor的脚本引用
2.添加多图片上传控件的单独调用,最原始的代码是...
分类:
其他好文 时间:
2014-05-09 19:43:02
阅读次数:
371
今天项目中需要自定义图片上传的保存路径,并且不需要按照日期自动创建存储文件夹和文件名,我的ueditor版本是1.3.6。下面记录一下我配置成功的方法,如果有什么不对的地方欢迎指出,共同学习:1:我在本地项目的根目录下新建一个文件夹,比如:upload。2:打开ueditor/php/config....
分类:
其他好文 时间:
2014-05-09 15:26:41
阅读次数:
356
在UEditor一些版本中,如果粘贴Excell中的内容到编辑器,会粘贴不进去,打开控制台发现JS报错了。
在ueditor.all.js:3048行报如下错误:
Uncaught TypeMismatchError: Failed to execute 'removeAttributeNode' on 'Element': The node provided is invalid....
分类:
其他好文 时间:
2014-05-09 15:16:34
阅读次数:
290
function ChkJson(strJson) { //判断Json格式是否正确 if
(strJson == null || strJson == "") return true; try { JSON.parse(strJson); re...
分类:
Web程序 时间:
2014-05-09 03:30:59
阅读次数:
351
(1)
获取listview的内容
aa=(String)getData().get(arg2).get("title");
如何跳转到发短信页面:
注:自己可以添加联系人电话号码
smsToUri = Uri.parse("smsto:");
mIntent = new Intent( andr...
分类:
其他好文 时间:
2014-05-09 02:47:19
阅读次数:
236