ScrollPane added
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3751 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
002b99c60e
commit
29e17d5331
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ dojoCssLightbox = Layout('css.dojo.lightbox', 'page.css', renderer=standardRende
|
|||
media='all', resource='ajax.dojo/dojox/image/resources/Lightbox.css',
|
||||
order=12)
|
||||
|
||||
dojoCssScrollPane = Layout('css.dojo.scrollpane', 'page.css', renderer=standardRenderers.css,
|
||||
media='all', resource='ajax.dojo/dojox/layout/resources/ScrollPane.css',
|
||||
order=13)
|
||||
|
||||
|
||||
class DojoLayoutInstance(LayoutInstance):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue