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 x.__class__.__doc__ for signature
source code
 
index(self, name=None, *_decorator__varargs, **_decorator__kwargs) 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: accesslog, msglog, msglogfunc

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

index(self, name=None, *_decorator__varargs, **_decorator__kwargs)

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