zoukankan      html  css  js  c++  java
  • Extjs6 Sdk中常用文件的作用

    一、框架文件

    ext.js: 压缩版. 动态加载扩展类的基础框架.

    ext-all.js: 压缩版. 包含框架全部类.

    ext-all-debug.js: 未压缩版. 包含框架全部类

    ext-debug.js: 未压缩版. 动态加载扩展类的基础框架.

    ext-all-rtl-debug.js: 未压缩版. 包含框架全部类和 right-to-left 支持.

    ext-all-rtl-sandbox-debug.js: 未压缩版. 包含框架全部类和 right-to-left 支持. 沙箱机制(Sandboxed)允许同其它版本的 Ext 一起使用.

    ext-all-rtl-sandbox.js: 压缩版. 包含框架全部类和 right-to-left 支持. 沙箱机制(Sandboxed)允许同其它版本的 Ext 一起使用.

    ext-all-rtl.js: 压缩版. 包含框架全部类和 right-to-left 支持.

    ext-all-sandbox-debug.js: 未压缩版. 包含框架全部类. 沙箱机制(Sandboxed)允许同其它版本的 Ext 一起使用.

    ext-all-sandbox.js: 压缩版. 包含框架全部类. 沙箱机制(Sandboxed)允许同其它版本的 Ext 一起使用

    二、主题文件

    在 Ext JS 6 中,主题被分成了 classic 和 modern 两个工具包. classic 的主题位于“{ExtJS-6-SDK}/classic/”目录内,包含:

    theme-base (由框架使用,不允许直接配置)
    theme-neutral (创建定制主题时使用,不允许直接配置)
    theme-classic
    theme-gray
    theme-neptune
    theme-neptune-touch (为平板优化)
    theme-crisp
    theme-crisp-touch (为平板优化)
    theme-triton

    Ext JS 6 的 modern 版主题位于“{ExtJS-6-SDK}/modern/”目录内,包含:

    theme-base (由框架使用,不允许直接配置)
    theme-blackberry
    theme-cupertino
    theme-cupertino-classic
    theme-mountainview
    theme-neptune
    theme-windows

  • 相关阅读:
    Python——6切片
    Python——5函数
    Python——4Dict和Set类型
    C# for循环
    C# while循环
    C#循环结构
    C#判断
    C#运算符
    windows安装IIS不成功的原因
    “未在本地计算机上注册“Microsoft.Jet.OLEDB.4.0”提供程序
  • 原文地址:https://www.cnblogs.com/shizhijie/p/8966157.html
Copyright © 2011-2022 走看看