Package orm2 :: Package ui :: Package xist :: Module widgets :: Class _input :: Class actual_widget
[hide private]
[frames] | no frames]

Class actual_widget

source code

 widget.actual_widget --+    
                        |    
xist_widget.actual_widget --+
                            |
                           _input.actual_widget
Known Subclasses:
text.actual_widget

Instance Methods [hide private]
  widget(self, **kw)
Returns a xist frag that represents the HTML to create the widget.

Inherited from xist_widget.actual_widget: __getattr__, __init__, error_message, get_from_request, help, label, row, set_from_request, value


Method Details [hide private]

widget(self, **kw)

source code 
Returns a xist frag that represents the HTML to create the widget. Ideally this is a single HTML element. The key word arguments will be passed as attributes, overwriting the constructor's key word arguments (see above).
Overrides: xist_widget.actual_widget.widget
(inherited documentation)