[jira] Created: (OFBIZ-760) Rearrange Form Widget attributes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
40 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
Rearrange Form Widget attributes
--------------------------------

                 Key: OFBIZ-760
                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
             Project: OFBiz (The Open for Business Project)
          Issue Type: Improvement
            Reporter: Chris Howe
            Priority: Minor


Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
ie

<form name="myForm" type="single" target="myTarget"
  default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
  paginate-target="myPaginateTarget">
...
</form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Accounting.patch

Accounting.patch

makes the ordering changes as described in the accounting component.

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475658 ]

Chris Howe commented on OFBIZ-760:
----------------------------------

This should make it easier to either put a <styling or <paginate element tag in front of respective lines...or if decided against make it easier for the form widget UI refactor to just wipe out the line when the screen handles it correctly

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Example.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Example.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Webtools.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Example.patch, Webtools.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Content.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Example.patch, Webtools.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Content.patch

Content.patch

Missed a couple of content forms

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Example.patch, Webtools.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: SpecialPurpose.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Example.patch, SpecialPurpose.patch, Webtools.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Ecommerce.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, SpecialPurpose.patch, Webtools.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475669 ]

Adrian Crum commented on OFBIZ-760:
-----------------------------------

Chris,

Since I'm already refactoring the Party manager component as a test bed, you can skip that component.


> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, SpecialPurpose.patch, Webtools.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475670 ]

Chris Howe commented on OFBIZ-760:
----------------------------------

cool!

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, SpecialPurpose.patch, Webtools.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: WorkEffort.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Product.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, Product.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Order.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, Order.patch, Product.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Manufacturing.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, Manufacturing.patch, Order.patch, Product.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Marketing.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, Manufacturing.patch, Marketing.patch, Order.patch, Product.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475678 ]

Chris Howe commented on OFBIZ-760:
----------------------------------

That completes the reorganization except for the party component forms

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, Manufacturing.patch, Marketing.patch, Order.patch, Product.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Accounting.patch

Accounting.patch

putting default-title-style as the first styling so that a search and replace can be done replaces previous

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Accounting.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, Manufacturing.patch, Marketing.patch, Order.patch, Product.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Content.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Accounting.patch, Content.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, Manufacturing.patch, Marketing.patch, Order.patch, Product.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-760) Rearrange Form Widget attributes

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-760:
-----------------------------

    Attachment: Product.patch

> Rearrange Form Widget attributes
> --------------------------------
>
>                 Key: OFBIZ-760
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-760
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>            Reporter: Chris Howe
>            Priority: Minor
>         Attachments: Accounting.patch, Accounting.patch, Content.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, Manufacturing.patch, Marketing.patch, Order.patch, Product.patch, Product.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> <form name="myForm" type="single" target="myTarget"
>   default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
>   paginate-target="myPaginateTarget">
> ...
> </form>

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

12