You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2016/06/13 09:57:20 UTC

[jira] [Updated] (OFBIZ-7323) layered-modal hyperlink doesn't show style

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

Pierre Smits updated OFBIZ-7323:
--------------------------------
    Summary: layered-modal hyperlink doesn't show style  (was: hyperlink doesn't inherit style set by field)

> layered-modal hyperlink doesn't show style
> ------------------------------------------
>
>                 Key: OFBIZ-7323
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7323
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>
> When a field has a defined widget-style and is intended to display a hyperlink with link-type="layered-modal", e.g.
> {code}
>         <field name="editButton" title=" " widget-style="buttontext" use-when="&quot;NOT_READY&quot;.equals(form.statusId)">
>             <hyperlink link-type="layered-modal" target="eFormLayer" description="${uiLabelMap.CommonEdit}">
>                 <parameter param-name=iId" from-field="formId"/>
>             </hyperlink>
>         </field>
> {code}
> The rendered html should show the widget-style as a class to the <a href>
> But it doesn't.



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