class BoundWidget:
A container class used for iterating over widgets. This is useful for widgets that have choices. For example, the following can be used in a template:
</label>
{% endfor %}
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | tag |
Undocumented |
Instance Variable | data |
Undocumented |
Instance Variable | parent_widget |
Undocumented |
Instance Variable | renderer |
Undocumented |
Property | choice_label |
Undocumented |
Property | id_for_label |
Undocumented |
Property | template_name |
Undocumented |