3 Star 1 Fork 1

bliss / camundaExt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Readme.md 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
bliss 提交于 2019-12-19 20:37 . Initial commit

./sass

This folder contains the styling for the application's views.

Styling

Sencha Cmd supports styling using Sass and integrates the styling from the theme and required packages (specified in "app.json") with application-defined views.

./sass/etc

This folder contains misc. support code for Sass builds (global functions, etc.).

./sass/src

This folder contains Sass files defining CSS rules corresponding to classes included in the application's JavaScript code build. By default, files in this folder are mapped to the application's root namespace, 'Admin'. This is set in "app.json":

"sass": {
    "namespace": "Admin"
}

./sass/var

This folder contains Sass files defining Sass variables corresponding to classes included in the application's JavaScript code build. By default, files in this folder are mapped to the application's root namespace, 'Admin' in the same way as "Admin/sass/src".

Slicing

Internet Explorer 8 and 9 do not support linear gradients and IE8 does not support border-radius. To compensate for this, Sencha Cmd provides "image slicing" using an internal WebKit based renderer. To enable this, there is a special web page that renders all components and states so they can be captured and turned into image sprites.

./sass/example

This folder contains the web page used to present all components and states so they can be captured as an image and used to produce images for IE8 and 9.

This web page is also helpful when loaded in Chrome to view all components in their styled form.

1
https://gitee.com/xwmagic/camundaExt.git
git@gitee.com:xwmagic/camundaExt.git
xwmagic
camundaExt
camundaExt
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891