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

Class actual_widget

source code

 widget.actual_widget --+            
                        |            
xist_widget.actual_widget --+        
                            |        
         _input.actual_widget --+    
                                |    
               text.actual_widget --+
                                    |
                                   textarea.actual_widget

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

Inherited from text.actual_widget: __init__, get_from_request, value

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


Class Variables [hide private]

Inherited from text.actual_widget: type


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: _input.actual_widget.widget