| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Enum Enum used at js_locations which is less strict than ``turbogears.utils.Enum`` and serves our purposes as well as allowing any object with ``retrieve_javascript``, ``retrieve_css``, and ``location`` attributes to provide resources to the template when scanned in ``turbogears.controllers._process_output``. |
|||
|
Widget A TurboGears Widget. |
|||
|
CompoundWidget A widget that can contain other widgets. |
|||
|
MetaWidgetsList Metaclass for WidgetLists. |
|||
|
WidgetsList A widget list. |
|||
|
Resource A resource for your widget, like a link to external JS/CSS or inline source to include at the template the widget is displayed. |
|||
| Link | |||
| CSSLink | |||
| JSLink | |||
|
MochiKitLink Specialized JSLink to allow for suppression of MochiKit inclusion. |
|||
|
JSI18NWidget This is a widget that can be used to add support for i18n of javascript texts. |
|||
| Source | |||
| CSSSource | |||
| JSSource | |||
|
MetaDescription Metaclass for widget descriptions. |
|||
|
WidgetDescription A description for a Widget. |
|||
| CoreWD | |||
| RenderOnlyWD | |||
| CSSLinkDesc | |||
| JSLinkDesc | |||
| CSSSourceDesc | |||
| JSSourceDesc | |||
|
|||
|
|||
|
|||
|
|||
|
|||
counter = count(148)
|
|||
all_widgets =
|
|||
static =
|
|||
js_location = Enum('head', 'bodytop', 'bodybottom')
|
|||
mochikit = MochiKitLink(name='js/MochiKit.js', charset=None, d
|
|||
jsi18nwidget = JSI18NWidget(name='widget', locale_catalog_prov
|
|||
|
|||
Sets up a static directory for JavaScript and css files. You can refer to this static directory in templates as ${tg.widgets}/modulename |
|
|||
all_widgets
|
mochikit
|
jsi18nwidget
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 19 13:58:25 2008 | http://epydoc.sourceforge.net |