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)

Reply via email to