Add filter on list to apply specific style
------------------------------------------ Key: OFBIZ-2032 URL: https://issues.apache.org/jira/browse/OFBIZ-2032 Project: OFBiz Issue Type: New Feature Components: framework Affects Versions: SVN trunk Reporter: nicolas malin Fix For: SVN trunk Attachments: filter.patch Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas malin updated OFBIZ-2032: --------------------------------- Attachment: filter.patch > Add filter on list to apply specific style > ------------------------------------------ > > Key: OFBIZ-2032 > URL: https://issues.apache.org/jira/browse/OFBIZ-2032 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: nicolas malin > Fix For: SVN trunk > > Attachments: filter.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas malin updated OFBIZ-2032: --------------------------------- Attachment: Capture.png > Add filter on list to apply specific style > ------------------------------------------ > > Key: OFBIZ-2032 > URL: https://issues.apache.org/jira/browse/OFBIZ-2032 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: nicolas malin > Fix For: SVN trunk > > Attachments: Capture.png, filter.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643985#action_12643985 ] nicolas malin commented on OFBIZ-2032: -------------------------------------- The patch contains modification on ModelForm and an example on example components : add two filter on statusId to apply style Warn or Validate if example is canceled or approved. I add css style on maincss for this example. (See the Capture.png) This features has been realized with Julien Ruchaud > Add filter on list to apply specific style > ------------------------------------------ > > Key: OFBIZ-2032 > URL: https://issues.apache.org/jira/browse/OFBIZ-2032 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: nicolas malin > Fix For: SVN trunk > > Attachments: Capture.png, filter.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644005#action_12644005 ] Jacques Le Roux commented on OFBIZ-2032: ---------------------------------------- Sorry Nicolas, But this patch does not make sense : it needs to be against a revision number (we don't use all NetBeans IDE) Else sounds fine to meat 1st glance, but * Could you please also add a smal documentation/annotation in the XSD * why use a iterators ? We can use 1.5 "for loops" you know ;) > Add filter on list to apply specific style > ------------------------------------------ > > Key: OFBIZ-2032 > URL: https://issues.apache.org/jira/browse/OFBIZ-2032 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: nicolas malin > Fix For: SVN trunk > > Attachments: Capture.png, filter.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644009#action_12644009 ] nicolas malin commented on OFBIZ-2032: -------------------------------------- Oups sorry Jacques, I trying actually netbeans , I return to my svn line client to make a better patch :) I add small documentation and for iterator, no special comment, I correct the code ASAP > Add filter on list to apply specific style > ------------------------------------------ > > Key: OFBIZ-2032 > URL: https://issues.apache.org/jira/browse/OFBIZ-2032 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: nicolas malin > Fix For: SVN trunk > > Attachments: Capture.png, filter.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas malin updated OFBIZ-2032: --------------------------------- Attachment: filter.patch New version of patch with documentation and remove iterator. > Add filter on list to apply specific style > ------------------------------------------ > > Key: OFBIZ-2032 > URL: https://issues.apache.org/jira/browse/OFBIZ-2032 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: nicolas malin > Fix For: SVN trunk > > Attachments: Capture.png, filter.patch, filter.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas malin updated OFBIZ-2032: --------------------------------- Attachment: altRowStyle.patch I change element name filter to alt-row-style as proposed by Scott. Thanks for him. I change also java class name associate to this element. I will hope all is ok :) Nicolas > Add filter on list to apply specific style > ------------------------------------------ > > Key: OFBIZ-2032 > URL: https://issues.apache.org/jira/browse/OFBIZ-2032 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: nicolas malin > Fix For: SVN trunk > > Attachments: altRowStyle.patch, Capture.png, filter.patch, filter.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-2032: -------------------------------------- Assignee: Jacques Le Roux > Add filter on list to apply specific style > ------------------------------------------ > > Key: OFBIZ-2032 > URL: https://issues.apache.org/jira/browse/OFBIZ-2032 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: nicolas malin > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: altRowStyle.patch, Capture.png, filter.patch, filter.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2032. ---------------------------------- Resolution: Fixed Thanks Nicolas, Your patch is in trunk rev. 711987 > Add filter on list to apply specific style > ------------------------------------------ > > Key: OFBIZ-2032 > URL: https://issues.apache.org/jira/browse/OFBIZ-2032 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: nicolas malin > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: altRowStyle.patch, Capture.png, filter.patch, filter.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add possibility on a form list to add the element filter who with a use-when condition apply a style on a line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |