You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Erwan de FERRIERES (JIRA)" <ji...@apache.org> on 2009/12/22 20:36:29 UTC

[jira] Closed: (OFBIZ-3375) Adding description to checkboxes

     [ https://issues.apache.org/jira/browse/OFBIZ-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES closed OFBIZ-3375.
-------------------------------------

    Resolution: Fixed

Done at rev. 893282

For the record, I wasn't the one discovering this issue !

> 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
>
>         Attachments: checkbox_after.png, checkbox_before.png, OFBIZ-3375.diff
>
>
> 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.