Changeset 29116
- Timestamp:
- 01/17/08 18:40:42 (11 months ago)
- Files:
-
- doc/nuxeo-book/trunk/src/docbook/layouts/standard-widget-types.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-forms-layout-client/src/main/java/org/nuxeo/ecm/platform/forms/layout/facelets/plugins/CheckboxWidgetTypeHandler.java (added)
- org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-forms-layout-client/src/main/resources/OSGI-INF/layouts-contrib.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/nuxeo-book/trunk/src/docbook/layouts/standard-widget-types.xml
r26703 r29116 131 131 other modes.</para> 132 132 </section> 133 134 <section xml:id="widget-type-checkbox"> 135 <title>checkbox</title> 136 137 <para>The checkbox widget displays a checkbox in create, edit and any 138 other mode, with additional message tag for errors. 139 Widgets using this type can provide properties accepted on a 140 <h:selectBooleanCheckbox /> tag in create, edit mode, and other modes.</para> 141 </section> 133 142 </section> org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-forms-layout-client/src/main/resources/OSGI-INF/layouts-contrib.xml
r26544 r29116 177 177 </widgetType> 178 178 179 <widgetType name="checkbox"> 180 <documentation> 181 The checkbox widget displays a checkbox in create, edit and any 182 other mode, with additional message tag for errors. 183 184 Widgets using this type can provide properties accepted on a 185 <h:selectBooleanCheckbox /> tag in create, edit mode, and other modes. 186 </documentation> 187 <handler-class> 188 org.nuxeo.ecm.platform.forms.layout.facelets.plugins.CheckboxWidgetTypeHandler 189 </handler-class> 190 </widgetType> 191 179 192 </extension> 180 193
