| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
S3FilterWidget
Filter widget for interactive search forms (base class)
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
operator = None
|
|
alternatives = None
|
|
| Properties | |
|
Inherited from |
| Method Details |
Prototype method to render this widget as an instance of a web2py HTML helper class, to be implemented by subclasses.
|
Prototype method to generate the name for the URL query variable for this widget, can be overwritten in subclasses.
|
Prototype method to construct the hidden element that holds the URL query term corresponding to an input element in the widget.
|
Constructor to configure the widget
@param field: the selector(s) for the field(s) to filter by
@param attr: configuration options for this widget
Common configuration options:
@keyword label: label for the widget
@keyword comment: comment for the widget
@keyword hidden: render widget initially hidden
(="advanced" option)
- other options see subclasses
|
Entry point for the form builder
|
| Class Variable Details |
operator
|
alternatives
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 15 08:51:49 2019 | http://epydoc.sourceforge.net |