Changeset 29116

Show
Ignore:
Timestamp:
01/17/08 18:40:42 (11 months ago)
Author:
btatar
Message:

see review http://code.nuxeo.org/cru/CR-78/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/nuxeo-book/trunk/src/docbook/layouts/standard-widget-types.xml

    r26703 r29116  
    131131    other modes.</para> 
    132132  </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    &lt;h:selectBooleanCheckbox /&gt; tag in create, edit mode, and other modes.</para> 
     141  </section> 
    133142</section> 
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-forms-layout-client/src/main/resources/OSGI-INF/layouts-contrib.xml

    r26544 r29116  
    177177    </widgetType> 
    178178 
     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        &lt;h:selectBooleanCheckbox /&gt; 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 
    179192  </extension> 
    180193