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

Class MultipleOptionsWidget

source code

object --+        
         |        
FormWidget --+    
             |    
 OptionsWidget --+
                 |
                MultipleOptionsWidget

Instance Methods [hide private]

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

Class Methods [hide private]
 
widget(cls, field, value, size=5, **attributes)
generates a SELECT tag, including OPTIONs (multiple options allowed)
source code

Inherited from FormWidget (private): _attributes

Static Methods [hide private]

Inherited from OptionsWidget: has_options

Class Variables [hide private]

Inherited from FormWidget (private): _class

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

widget(cls, field, value, size=5, **attributes)
Class Method

source code 

generates a SELECT tag, including OPTIONs (multiple options allowed)

see also: :meth:`FormWidget.widget`

:param size: optional param (default=5) to indicate how many rows must
    be shown

Overrides: FormWidget.widget