Adding description to checkboxes
--------------------------------

                 Key: OFBIZ-3375
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3375
             Project: OFBiz
          Issue Type: Improvement
          Components: ALL APPLICATIONS
    Affects Versions: SVN trunk
            Reporter: Erwan de FERRIERES
            Priority: Minor
             Fix For: SVN trunk


When using a field calling all the values, the descriptions are not displayed 
near the checkboxes, like on the checkboxes_before.png. The improvement will 
display the descriptions (checkboxes_after.png). A form has been added in 
example to show how to use it.

{code}
        <field name="ExampleTypeId">
           <check>
              <entity-options key-field-name="exampleTypeId" 
description="${description}" entity-name="ExampleType"/>
           </check>
        </field>
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to