Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luolonghao committed Oct 14, 2012
1 parent f2d8e9a commit cfe92d4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
.. contents::
:depth: 2

ver 4.1.3 (2012-10-14)
-----------------------------------------------------------------
* 新增: 百度地图可插入iframe动态地图。
* 新增: pagebreakHtml初始化参数,可指定分页符HTML。
* 改善: 重复执行K.create时只创建一次。
* Bugfix: [IE] 只显示本地上传Tab时,打开图片弹出框报错。
* Bugfix: 点击全屏后再切换回来,有时候出现JS错误。
* Bugfix: K.addUnit(val, unit)第二个参数不起作用。
* Bugfix: &会转义成&这样超链接就不能访问。
* Bugfix: 表情预览失效。
* Bugfix: [IE9] 多文件上传时不显示上传按钮。
* Bugfix: [Chrome] 创建弹出框时,Console提示没有访问权限。
* Bugfix: URL包含$字符时,生成错误的HTML代码。

ver 4.1.2 (2012-07-21)
-----------------------------------------------------------------
* 新增: K.remove(expr)函数,可移除多个编辑器,expr为选择器或DOM对象。
Expand Down
18 changes: 17 additions & 1 deletion docs/option.rst
Original file line number Diff line number Diff line change
Expand Up @@ -799,4 +799,20 @@ afterSelectFile

.. note::

4.1.2版本开始支持。
4.1.2版本开始支持。

.. index:: pagebreakHtml

.. _pagebreakHtml:

pagebreakHtml
--------------------------------------------------------
可指定分页符HTML。

* 数据类型: String
* 默认值: `<hr style="page-break-after: always;" class="ke-pagebreak" />`

.. note::

4.1.3版本开始支持。

0 comments on commit cfe92d4

Please sign in to comment.