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

2015-06-15 Thread Nicolas Malin (JIRA)

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

Nicolas Malin updated OFBIZ-6404:
-
Attachment: thomawak.png

> 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: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Christian Carlow
> Attachments: OFBIZ-6404.patch, OFBIZ-6404.patch, OFBIZ-6404_2.patch, 
> OFBIZ-6404_3.patch, flatgrey.png, thomawak.png
>
>
> 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)


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

2015-06-15 Thread Nicolas Malin (JIRA)

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

Nicolas Malin updated OFBIZ-6404:
-
Attachment: flatgrey.png

> 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: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Christian Carlow
> Attachments: OFBIZ-6404.patch, OFBIZ-6404.patch, OFBIZ-6404_2.patch, 
> OFBIZ-6404_3.patch, flatgrey.png, thomawak.png
>
>
> 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)


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

2015-06-15 Thread Nicolas Malin (JIRA)

 [ 
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 didn't found any reason that the patch failed, I reapply it by hand :)

[~ofbizzer] Ok thanks for your review and correction on hidden-form. I continue 
the improve the patch with your corrections and :
 * adding new menu type on CommonMenu.xml CommonInlineBarMenu
 * adding new css class in-line-bar 
 * implement css class ion thomawak and flatgrey themes (see screenshot)

The css is just a testing (I'm not a css expert ;) )

If it's OK I will merge it and check the global issue OFBIZ-6501

> 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: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Christian Carlow
> Attachments: OFBIZ-6404.patch, OFBIZ-6404.patch, OFBIZ-6404_2.patch, 
> OFBIZ-6404_3.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)


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

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6404:

Attachment: OFBIZ-6404_3.patch

> 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: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Christian Carlow
> Attachments: OFBIZ-6404.patch, OFBIZ-6404_2.patch, OFBIZ-6404_3.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)


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

2015-06-14 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6404:

Attachment: OFBIZ-6404_2.patch

This is a revised patch of the original so that the menu column rendering is 
handled the same as a display field instead of an edit one because otherwise 
menu items with link-type="hidden-form" get wrapped in the edit form causing 
html forms within forms which is against the recommended standard.

Menu items of type hidden form were also modified so that the itemIndex is 
extracted from the context if it exists and appended to the end of the form id 
otherwise duplicate id names occur preventing the anchor link href javascript 
hidden form submission by id from succeeding.  Hopefully this doesn't break 
other functionality involving menus such as ModelTree.

> 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: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Christian Carlow
> Attachments: OFBIZ-6404.patch, OFBIZ-6404_2.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)


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

2015-06-08 Thread Pierre Smits (JIRA)

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

Pierre Smits updated OFBIZ-6404:

Issue Type: Sub-task  (was: Improvement)
Parent: OFBIZ-6314

> 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: Sub-task
>  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)


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

2015-05-29 Thread Nicolas Malin (JIRA)

 [ 
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}

{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)