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 11:36:29 UTC

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

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.


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

Posted by "Erwan de FERRIERES (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Erwan de FERRIERES (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES updated OFBIZ-3375:
--------------------------------------

    Attachment: OFBIZ-3375.diff
                checkbox_after.png
                checkbox_before.png

images and patch

> 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.


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

Posted by "David E. Jones (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793689#action_12793689 ] 

David E. Jones commented on OFBIZ-3375:
---------------------------------------

Thanks Erwan, that's a good catch. I'm not sure why that wasn't working, but the patch looks good for fixing it.

> 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.