You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2015/10/22 09:16:27 UTC

[jira] [Updated] (OFBIZ-6472) Have consistent behaviour for submit button fields

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

Jacques Le Roux updated OFBIZ-6472:
-----------------------------------
    Issue Type: Sub-task  (was: Improvement)
        Parent: OFBIZ-6314

> Have consistent behaviour for submit button fields
> --------------------------------------------------
>
>                 Key: OFBIZ-6472
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6472
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>
> Currently submit button fields are used both in single and in list/grid forms. Commonly these are defined with following code:
> {code}
>         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
>             <submit button-type="button"/>
>         </field>
> {code}
> The behaviour in a form of type="single" is different than that in a form of type="list" or in a form of type="grid".
> In a form of type="single" the title is not displayed as a label, yet in the list/grid form it is. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)