Package turbogears :: Package toolbox :: Module base :: Class WidgetBrowser

Class WidgetBrowser

source code

            object --+    
                     |    
controllers.Controller --+
                         |
                        WidgetBrowser

The widget browser.

Browse usage samples, description and source code for the available TurboGears Widgets.


Version: 0.1

Author: Kevin Dangoor

Copyright: Copyright 2005 Kevin Dangoor

License: MIT

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
index(self, name=None) source code
 
__getattr__(self, widgetname) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  __label__ = "Widget Browser"
  __email__ = "dangoor+turbogears@gmail.com"
  all_descs = None
hash(x)
  icon = "/tg_static/images/widgets.png"

Inherited from controllers.Controller: is_app_root

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

index(self, name=None)

source code 
Decorators:
  • @expose(template= "kid:turbogears.toolbox.widgets")