Changeset 7597 for main/waeup.sirp/trunk/src/waeup/sirp/utils/converters.py
- Timestamp:
- 7 Feb 2012, 10:19:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/utils/converters.py
r7196 r7597 31 31 class ExtendedCheckBoxWidget(CheckBoxWidget): 32 32 """A checkbox widget that supports more input values as True/False 33 33 markers. 34 34 35 35 The default bool widget expects the string 'on' as only valid … … 163 163 an empty ``<DATA_DICT>`` is returned. 164 164 165 If ``<DATA_DICT>` is non-empty, there were no errors.165 If ``<DATA_DICT>`` is non-empty, there were no errors. 166 166 """ 167 167 if form_fields is None:
Note: See TracChangeset for help on using the changeset viewer.