Changeset 12328 for main/waeup.ikoba/trunk/src/waeup/ikoba/products
- Timestamp:
- 27 Dec 2014, 07:30:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/products/productoptions.py
r12327 r12328 80 80 """A zope.schema-like field for usage in interfaces. 81 81 82 If you want to define an interface containing result entries, you82 If you want to define an interface containing product options, you 83 83 can do so like this:: 84 84 … … 86 86 my_option_entry = ProductOptionField() 87 87 88 Default widgets are registered to render product option entryfields.88 Default widgets are registered to render product option fields. 89 89 """ 90 90 grok.implements(IProductOptionField)
Note: See TracChangeset for help on using the changeset viewer.