Package web2py :: Package gluon :: Module sqlhtml :: Class TextWidget
[hide private]
[frames] | no frames]

Class TextWidget

source code

object --+    
         |    
FormWidget --+
             |
            TextWidget

Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]
 
widget(field, value, **attributes)
generates a TEXTAREA tag.
source code

Inherited from FormWidget (private): _attributes

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

widget(field, value, **attributes)
Static Method

source code 

generates a TEXTAREA tag.

see also: :meth:`FormWidget.widget`
Overrides: FormWidget.widget