Changeset 48:190498075c7f for wokkel
- Timestamp:
- Jan 12, 2009, 6:21:13 PM (13 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@155
- Location:
- wokkel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/data_form.py
r29 r48 69 69 Return the DOM representation of this option. 70 70 71 @rtype L{domish.Element}.71 @rtype: L{domish.Element}. 72 72 """ 73 73 option = domish.Element((NS_X_DATA, 'option')) … … 233 233 Return the DOM representation of this Field. 234 234 235 @rtype L{domish.Element}.235 @rtype: L{domish.Element}. 236 236 """ 237 237 -
wokkel/iwokkel.py
r45 r48 400 400 that option in a dictionary: 401 401 402 - C{'type'} (C{str}): The option's type (see403 L{Field<wokkel.data_form.Field>}'s doc string for possible values).404 - C{'label'} (C{unicode}): A human readable label for this option.405 - C{'options'} (C{dict}): Optional list of possible values for this406 option.402 - C{'type'} (C{str}): The option's type (see 403 L{Field<wokkel.data_form.Field>}'s doc string for possible values). 404 - C{'label'} (C{unicode}): A human readable label for this option. 405 - C{'options'} (C{dict}): Optional list of possible values for this 406 option. 407 407 408 408 Example::
Note: See TracChangeset
for help on using the changeset viewer.