[
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=""NOT_READY".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)