root/qPloneDropDownMenu/tags/0.1.11/utils.py

Revision 512 (checked in by piv, 2 years ago)

modify csshover.htc script for faster work, added configlet

  • Property svn:eol-style set to native
Line 
1 """ Utility functions """
2
3 def addCSS(container, sheetId, title, csshovering):
4     """ Add DTML Method object to portal root """
5     from OFS.DTMLMethod import addDTMLMethod
6     addDTMLMethod(container, sheetId, title, csshovering)
Note: See TracBrowser for help on using the browser.