author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Fri, 03 Feb 2012 17:53:53 +0100 | |
branch | stable |
changeset 8196 | 50e5ce9dcef1 |
parent 5466 | b5af2ac0c43c |
child 8207 | c04676b16c59 |
permissions | -rw-r--r-- |
0 | 1 |
############################################################################### |
2 |
# |
|
5466
b5af2ac0c43c
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
3 |
# Put here information about external resources / styles used by your cube, |
b5af2ac0c43c
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
4 |
# or to overides existing UI properties. |
0 | 5 |
# |
5466
b5af2ac0c43c
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
6 |
# Existing properties are available through the `sheet` dictionary available |
b5af2ac0c43c
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
7 |
# in the global namespace. You also have access to a `data` function which |
b5af2ac0c43c
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
8 |
# will return proper url for resources in the 'data' directory. |
b5af2ac0c43c
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
9 |
# |
b5af2ac0c43c
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
10 |
# /!\ this file should not be imported /!\ |
0 | 11 |
############################################################################### |
12 |
||
13 |
# CSS stylesheets to include in HTML headers |
|
14 |
# uncomment the line below to use template specific stylesheet |
|
5466
b5af2ac0c43c
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
0
diff
changeset
|
15 |
# STYLESHEETS = sheet['STYLESHEETS'] + [data('cubes.%(cubename)s.css')] |