博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ext4Yii 1.5 发布,Yii 的 ExtJS 扩展
阅读量:5961 次
发布时间:2019-06-19

本文共 1654 字,大约阅读时间需要 5 分钟。

Ext4Yii 是 Yii 的一个扩展,基于模板渲染系统,提供服务器端的 ExtJS 组件的标签库。

Ext4Yii 使用 XML 模板来定义如按钮、表格、存储和嵌入式 JavaScript。通过解析这些标签并转换成 ExtJS 来展现、缓存并传输到浏览器端渲染。

Ext4Yii 1.5新特性:

 

Enhancements:    - Stores now can host their own private models.    - Stores now accept the "fields" property next to the traditional model declaration    - The GridPanel, Chart, and TreePanel can host their own private stores instead of the need to use a global data store.    - The Window component can have multiple stores.    - Added Basic UI Class Builder to create reusable Ext JS Ui component classes.    - Added a feature to check the  ext:DataModel creation and usage sanity.    - Added JavaScript Minifier to reduce the generated code size.    - Added the ability to register namespaced DirectMethod Providers.    - Replaced the mergeWith attribute with ClassBody property in ext:Application.     - Refactored internal namespace handling.    - Refactored store code generation.    - Refactored application instance code generation.    - Refactored DirectAPI code generation and registration.    - The Window component can have multiple stores.    - The GridPanel, Chart, and TreePanel can host their own private stores instead of the need to use a global data store.Fix:    - Fixed several minor issues with the code completion provider.    - Fixed incorrect theme handling for the authentication module.    - Fixed DirectMethod batched (combines) handling.    - Fixed RemoteCombobox incorrect request handling.DocApp:    - Updated all examples to make use of the new data store specification.    - Updated DirectMethods documentation    - Added documentation for createing custom UI components.

转载地址:http://mnjax.baihongyu.com/

你可能感兴趣的文章
sed单行处理命令奇偶行输出
查看>>
VC++深入详解学习笔记1
查看>>
安装配置discuz
查看>>
线程互互斥锁
查看>>
KVM虚拟机&openVSwitch杂记(1)
查看>>
win7下ActiveX注册错误0x80040200解决参考
查看>>
《.NET应用架构设计:原则、模式与实践》新书博客--试读-1.1-正确认识软件架构...
查看>>
2013 Linux领域年终盘点
查看>>
linux学习之查看程序端口占用情况
查看>>
相逢在栀枝花开的季节
查看>>
linux下git自动补全命令
查看>>
Ubuntu14.04LTS更新源
查看>>
Linux报“Unknown HZ value! (288) Assume 100”错误
查看>>
mysql多实例实例化数据库
查看>>
我的友情链接
查看>>
golang xml和json的解析与生成
查看>>
javascript 操作DOM元素样式
查看>>
Android 内存管理 &Memory Leak & OOM 分析
查看>>
【查找算法】基于存储的查找算法(哈希查找)
查看>>
JavaWeb网上图书商城完整项目--day02-10.提交注册表单功能之页面实现
查看>>