-
-
今天用了你的插件,了解了下,感觉kindeditor很强大,然后你自己增了方法,方便了我们直接使用
但是有个问题:我上传的图片成功后,不会自动显示到文本域中,然后查看远程服务器,也没浏览到图片,不知道是我不了解怎么使用还是有bug,所以资讯那你下
谢谢
-
is it compatible with rails 3.2.2?
if so is the step same with 3?
-
实体文件定义为:
@Column("sequ_num")
private Long sequNum;
数据库里相关字段类型为int,长度20,我需要插入的长度是17。Nutz已经打印出SQL了。这个SQL复制到数据库工具执行没任何问题。
Exception:
Caused by: org.nutz.dao.DaoException: !Nutz SQL Error: 'INSERT INT…
-
将商品图片,kindeditor的图片都得压缩,不然,对于用户来说,按原始大小存储在硬盘上不合适
liwh updated
12 years ago
-
Hi, I'm using your gem and want to build saving path depends on assets type and user_id.
Could I wrote some additional parameters to Kindeditor::Image, Kindeditor::Media, etc. or create own controller…
-
rails_kindeditor的assets_controller.rb:
def list
@root_path = Rails.public_path + "/uploads/kindeditor/"
@root_url = "/uploads/kindeditor/"
......
end
我要改成这样,才能在文件浏览那里看到上传了的文件
你原本是
def list
@…
-
Hi, thanks a lot for this nice gem.
But I have some trouble. I've tried to change language from Chinese to other one, but didn't succeeded in this.
I downloaded en.js from http://www.kindsoft.net/ and…
-
增加word编辑器
-
i think use
``` javascript
#kindeditor/kindeditor-init.js
...
uploadJson: "/kindeditor/upload?"
...
```
and
``` javascript
#kindeditor/plugins/image/image.js
...
url : uploadJson + '&dir=image'
.…
vkill updated
13 years ago