You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Nicolas Malin (JIRA)" <ji...@apache.org> on 2015/05/29 23:46:18 UTC

[jira] [Updated] (OFBIZ-6404) Allow form/grid widget hyperlinks to be grouped into a single column

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

Nicolas Malin updated OFBIZ-6404:
---------------------------------
    Attachment: OFBIZ-6404.patch

Ok, I created a first draft with only the model and rendering to add a menu in a form.

I add a new MenuField called like this 
{code}
        <field name="cacheMenu" title=" " use-when="hasUtilCacheEdit"><menu name="ListCacheForm" location="component://webtools/widget/Menus.xml"/></field>
{code}

To test, apply the patch on trunk, *ant build start*, and go to https://localhost:8443/webtools/control/FindUtilCache

I'm really open to all suggestion !

> Allow form/grid widget hyperlinks to be grouped into a single column
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-6404
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6404
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Christian Carlow
>         Attachments: OFBIZ-6404.patch
>
>
> This issue was created from a Nicholas Malin's suggestion in OFBIZ-6402 to support hyperlink rendering similar to the original FTL that was replaced by the patch for that issue.



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