zoukankan      html  css  js  c++  java
  • Ext4Yii 1.5 发布,Yii 的 ExtJS 扩展

    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.
  • 相关阅读:
    day10T3改错记
    day9T1改错记
    day8T1改错记
    洛谷P5068[Ynoi2015]我回来了(bfs+bitset)
    BZOJ4939[Ynoi2016]掉进兔子洞(莫队+bitset)
    [学习笔记]dsu on tree
    [学习笔记]FWT(快速沃尔什变换)
    [学习笔记]FMT(快速莫比乌斯变换)&子集卷积(待填坑)
    POJ-1743-Musical Theme(后缀数组)
    后缀数组模板
  • 原文地址:https://www.cnblogs.com/shihao/p/3093009.html
Copyright © 2011-2022 走看看