1
0
mirror of git://git.proxmox.com/git/extjs.git synced 2025-12-06 11:07:00 -05:00
extjs/extjs/examples/kitchensink
Thomas Lamprecht 947f09636f import ExtJS 7.0.0 GPL
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-27 13:34:56 +02:00
..
.sencha/test import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
app import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
classic import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
data import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
lib/prettify import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
modern import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
overrides import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
packages/kitchensink-google import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
resources import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
samples import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
sass import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
theme-material/sass/src/view import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
app.js import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
app.json import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
build.xml import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
generate-dummy-data.js import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
index.html import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00
Readme.md import ExtJS 7.0.0 GPL 2021-05-27 13:34:56 +02:00

KitchenSink/app

This folder contains the javascript files for the application.

KitchenSink/resources

This folder contains static resources (typically an "images" folder as well).

KitchenSink/overrides

This folder contains override classes. All overrides in this folder will be automatically included in application builds if the target class of the override is loaded.

KitchenSink/sass/etc

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

KitchenSink/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, 'KitchenSink'. The namespace to which files in this directory are matched is controlled by the app.sass.namespace property in KitchenSink/.sencha/app/sencha.cfg.

KitchenSink/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, 'KitchenSink'. The namespace to which files in this directory are matched is controlled by the app.sass.namespace property in KitchenSink/.sencha/app/sencha.cfg.