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:12:20 UTC

[jira] [Created] (OFBIZ-7323) hyperlink doesn't inherit style set by field

Pierre Smits created OFBIZ-7323:
-----------------------------------

             Summary: hyperlink doesn't inherit style set by field
                 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, 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)