Package gluon :: Module html :: Class TEXTAREA
[hide private]
[frames] | no frames]

Class TEXTAREA

source code

object --+        
         |        
       DIV --+    
             |    
         INPUT --+
                 |
                TEXTAREA

TEXTAREA(_name='sometext',value='bla '*100,requires=IS_NOT_EMPTY()) 'bla bla bla ...' will be the content of the textarea field.

Instance Methods [hide private]
 
postprocessing(self) source code

Inherited from INPUT: rec_accepts, xml

Inherited from DIV: __init__, __str__, accepts, rec_clear

Inherited from DIV (private): _xml

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

Class Variables [hide private]
  tag = 'textarea'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

postprocessing(self)

source code 
Overrides: INPUT.postprocessing