jquery easyui 1.4.1 API( CHM版)

ChangeLog

Bug

  • The combogrid has different height than other combo components. fixed.
  • datagrid: The row element loses some class style value after calling ‘updateRow‘ method. fixed.
  • menubutton: Calling ‘enable‘ method on a disabled button can not work well. fixed.
  • form: The filebox components in the form do not work correctly after calling ‘clear‘ method. fixed.

Improvement

  • tabs: The ‘update‘ method accepts ‘type‘ option that allows the user to update the header,body,or both.
  • panel: Add ‘openAnimation‘,‘openDuration‘,‘closeAnimation‘ and ‘closeDuration‘ properties to set the animation for opening or closing a panel.
  • panel: Add ‘footer‘ property that allows the user to add a footer bar to the bottom of panel.
  • datagrid: Calling ‘endEdit‘ method will accept the editing value correctly.
  • datagrid: Add ‘onBeforeSelect‘,‘onBeforeCheck‘,‘onBeforeUnselect‘,‘onBeforeUncheck‘ events.
  • propertygrid: The user can edit a row by calling ‘beginEdit‘ method.
  • datebox: Add ‘cloneFrom‘ method to create the datebox component quickly.
  • datetimebox: Add ‘cloneFrom‘ method to create the datetimebox component quickly.

下载地址: http://pan.baidu.com/s/1mgok4ek

时间: 2024-10-11 07:29:49

jquery easyui 1.4.1 API( CHM版)的相关文章

jQuery EasyUI 1.2.4 API 中文文档(完整)目录

Welcome 欢迎 由于项目需求,要使用富客户端,选择了EasyUI,之前并没有接触过,上网搜索一番,没有找到完整的中文文档,项目组又没有英语达人,无奈之下,我硬着头皮,把官方提供的英文文档啃了,一边啃顺便用中文记录下来. 其实几个月前就啃完了,现在的项目组一直在参考使用.我深感查字典揣摩英文原意的痛苦,早就想快点都通过博客共享出去,免去如我一样英语破(poor)人的痛苦,可是上班忙工作,下班忙家务,所以断断续续的,好在终于要发完了,也算了却一桩心事. 为了方便大家检索使用,制作此目录置顶.

jQuery EasyUI API 中文文档

http://www.cnblogs.com/Philoo/tag/jQuery/ 共2页: 1 2 下一页 jQuery EasyUI API 中文文档 - 树表格(TreeGrid) 风流涕淌 2011-11-19 18:51 阅读:25025 评论:3 jQuery EasyUI API 中文文档 - 树(Tree) 风流涕淌 2011-11-18 20:13 阅读:31937 评论:2 jQuery EasyUI 1.2.4 API 中文文档(完整)目录 风流涕淌 2011-11-17

jquery easyui datebox 的使用

看了jquery easyui databox的官方api,还可以加入倒是很简单,但是想要获得他的值和修改值就很费劲,不知道怎么弄,试了n次终于搞定.这里总结一下,供有相同问题的人查询. 1. 官方api介绍 DateBox Extend from $.fn.combo.defaults. Override defaults with $.fn.datebox.defaults Dependencies combo calendar Usage <</span>input id=&quo

jQuery EasyUI中文文档

中文文档:jQuery EasyUI 1.2.4 API 中文文档(完整)目录 http://www.cnblogs.com/Philoo/archive/2011/11/17/jeasyui_api_index.html 英文官方文档: http://www.jeasyui.com/documentation/ 日历控件datebox的清空: $('#your_batebox_id').datebox('setValue',''); 下拉列表的清空: $("#your_combbox_id&q

jQuery EasyUI API 中文帮助文档和扩展实例

下载地址:jQuery EasyUI API 中文帮助文档 1.validatebox验证和提示框扩展: //弹框 $.extend({ show_alert: function (strTitle, strMsg) { $.messager.alert(strTitle, strMsg); } }); //扩展validatebox,添加验证 $.extend($.fn.validatebox.defaults.rules, { eqPwd: { validator: function (va

jQuery EasyUI DataGrid API 中文文档

扩展自$.fn.panel.defaults,用 $.fn.datagrid.defaults重写了 defaults . 依赖 panel resizable linkbutton pagination 用法 1.  <table id="tt"></table> 1.  $('#tt').datagrid({ 2.      url:'datagrid_data.json', 3.      columns:[[ 4.          {field:'co

jQuery EasyUI API 中文文档 - ValidateBox验证框

jQuery EasyUI API 中文文档 - ValidateBox验证框,使用jQuery EasyUI的朋友可以参考下. 用 $.fn.validatebox.defaults 重写了 defaults. 用法 代码如下: <input id="vv" required="true" validType="email"> 代码如下: $('#vv').validatebox({ required:true }); 验证规则 验

Grizzly 2.3.17 API文档CHM版

Grizzly 2.3.17 API文档CHM版 作者:chszs,转载需注明.博客主页:http://blog.csdn.net/chszs 本人制作了Grizzly框架最新的API文档CHM版,这个版本是根据2014.10.23日刚发布了2.3.17版制作,与大家共享.如图所示: 下载地址见:http://download.csdn.net/detail/chszs/8077307

jQuery EasyUI API - Grid - DataGrid [原创汉化官方API]

jQuery EasyUI API - Grid - DataGrid [原创汉化官方API] 2014-04-02   DataGrid 继承自 $.fn.panel.defaults,覆盖默认值 $.fn.datagrid.defaults. DataGrid控件显示数据以表格的形式提供了丰富的选择,支持排序,组和编辑数据. DataGrid控件被设计来减少开发时间和要求开发商没有特定的知识.它是轻量级的和功能丰富的.合并单元格,多列标题,冻结列和页脚是仅有的几个特点. [依赖于] pane