[jira] Created: (OFBIZ-1992) Collapsible field-group

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

[jira] Created: (OFBIZ-1992) Collapsible field-group

Nicolas Malin (Jira)
Collapsible field-group
-----------------------

                 Key: OFBIZ-1992
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
             Project: OFBiz
          Issue Type: New Feature
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Bruno Busco
            Priority: Minor
         Attachments: collapsible_fieldgroup.patch

Hi,
looking for a way to group together fields in a form I found the "field-group" tag.
This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)

I think it could be very useful to get many forms much more clean.
I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000

In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.

Then I would like to add the possibility to collapse the field groups.
This is a quite standard feature in a good UI.

In the attached patch there is a first part of the work.

Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.

Any help is greatly appreciated.
-Bruno

--
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-1992) Collapsible field-group

Nicolas Malin (Jira)

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

Bruno Busco updated OFBIZ-1992:
-------------------------------

    Attachment: collapsible_fieldgroup.patch

> Collapsible field-group
> -----------------------
>
>                 Key: OFBIZ-1992
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: collapsible_fieldgroup.patch
>
>
> Hi,
> looking for a way to group together fields in a form I found the "field-group" tag.
> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
> I think it could be very useful to get many forms much more clean.
> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.
> Then I would like to add the possibility to collapse the field groups.
> This is a quite standard feature in a good UI.
> In the attached patch there is a first part of the work.
> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
> Any help is greatly appreciated.
> -Bruno

--
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-1992) Collapsible field-group

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

    [ https://issues.apache.org/jira/browse/OFBIZ-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638769#action_12638769 ]

David E. Jones commented on OFBIZ-1992:
---------------------------------------

This is looking good Bruno. Thank you for adding attributes to an existing element rather than creating a new elements (keeps the files generally more clear and easier to use). I haven't tested it yet, but +1 on the design.


> Collapsible field-group
> -----------------------
>
>                 Key: OFBIZ-1992
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: collapsible_fieldgroup.patch
>
>
> Hi,
> looking for a way to group together fields in a form I found the "field-group" tag.
> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
> I think it could be very useful to get many forms much more clean.
> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.
> Then I would like to add the possibility to collapse the field groups.
> This is a quite standard feature in a good UI.
> In the attached patch there is a first part of the work.
> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
> Any help is greatly appreciated.
> -Bruno

--
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-1992) Collapsible field-group

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

    [ https://issues.apache.org/jira/browse/OFBIZ-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638771#action_12638771 ]

Bruno Busco commented on OFBIZ-1992:
------------------------------------

Thank you David,
but, again, it is only a partial work. The collapse function is not working yet.
-Bruno

> Collapsible field-group
> -----------------------
>
>                 Key: OFBIZ-1992
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: collapsible_fieldgroup.patch
>
>
> Hi,
> looking for a way to group together fields in a form I found the "field-group" tag.
> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
> I think it could be very useful to get many forms much more clean.
> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.
> Then I would like to add the possibility to collapse the field groups.
> This is a quite standard feature in a good UI.
> In the attached patch there is a first part of the work.
> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
> Any help is greatly appreciated.
> -Bruno

--
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-1992) Collapsible field-group

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

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

Bruno Busco updated OFBIZ-1992:
-------------------------------

    Attachment: collapsible_fieldgroup.patch

OK,
the feature is now working (as far as I can see ;-)  )

Please could someone review and eventually commit ?

To test the feature I changed the EditProductStore form at:
https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
This form is only for test the feature because I am not sure to have grouped the fields in the correct way and also the group titles are not localized and may be not correct.

BTW I have found a strange behaviour of the field-group rendering that was already present before the change and I did not succedeed to fix.
What happens is that each field-group is rendered twice. The first time with no fields inside and the second with the fields as expected.



> Collapsible field-group
> -----------------------
>
>                 Key: OFBIZ-1992
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: collapsible_fieldgroup.patch, collapsible_fieldgroup.patch
>
>
> Hi,
> looking for a way to group together fields in a form I found the "field-group" tag.
> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
> I think it could be very useful to get many forms much more clean.
> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.
> Then I would like to add the possibility to collapse the field groups.
> This is a quite standard feature in a good UI.
> In the attached patch there is a first part of the work.
> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
> Any help is greatly appreciated.
> -Bruno

--
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-1992) Collapsible field-group

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

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

Bruno Busco updated OFBIZ-1992:
-------------------------------

    Attachment: screenshot-1.jpg

This is how a screen looks like using the collapsible field-group feature.
Enjoy ! ;-)

> Collapsible field-group
> -----------------------
>
>                 Key: OFBIZ-1992
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: collapsible_fieldgroup.patch, collapsible_fieldgroup.patch, screenshot-1.jpg
>
>
> Hi,
> looking for a way to group together fields in a form I found the "field-group" tag.
> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
> I think it could be very useful to get many forms much more clean.
> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.
> Then I would like to add the possibility to collapse the field groups.
> This is a quite standard feature in a good UI.
> In the attached patch there is a first part of the work.
> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
> Any help is greatly appreciated.
> -Bruno

--
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-1992) Collapsible field-group

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

    [ https://issues.apache.org/jira/browse/OFBIZ-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638911#action_12638911 ]

Jacques Le Roux commented on OFBIZ-1992:
----------------------------------------

Looks good ! :)

> Collapsible field-group
> -----------------------
>
>                 Key: OFBIZ-1992
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: collapsible_fieldgroup.patch, collapsible_fieldgroup.patch, screenshot-1.jpg
>
>
> Hi,
> looking for a way to group together fields in a form I found the "field-group" tag.
> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
> I think it could be very useful to get many forms much more clean.
> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.
> Then I would like to add the possibility to collapse the field groups.
> This is a quite standard feature in a good UI.
> In the attached patch there is a first part of the work.
> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
> Any help is greatly appreciated.
> -Bruno

--
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-1992) Collapsible field-group

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

    [ https://issues.apache.org/jira/browse/OFBIZ-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640866#action_12640866 ]

Jacques Le Roux commented on OFBIZ-1992:
----------------------------------------

Just tested,

I like it. IMO there is not much to do regarding grouping, maybe
* Put "Requirement Method Enum Id" in Inventory group
* Status (not much used) out of orders
* A new fields group "localisation" for  
** Locale String  
** Currency Uom Id

If nobody beats me on it I will localise, make the change above and commit

> Collapsible field-group
> -----------------------
>
>                 Key: OFBIZ-1992
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: collapsible_fieldgroup.patch, collapsible_fieldgroup.patch, screenshot-1.jpg
>
>
> Hi,
> looking for a way to group together fields in a form I found the "field-group" tag.
> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
> I think it could be very useful to get many forms much more clean.
> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.
> Then I would like to add the possibility to collapse the field groups.
> This is a quite standard feature in a good UI.
> In the attached patch there is a first part of the work.
> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
> Any help is greatly appreciated.
> -Bruno

--
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-1992) Collapsible field-group

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

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

Bruno Busco updated OFBIZ-1992:
-------------------------------

    Attachment: EmptyDivFieldGroup.patch

Hi,
as I mentioned earlier in this thread, I noticed a strange behaviour in the field-group rendering.

Basically, at the beginning of every field-group, and empty <div> tag is generated. And this, with the patch that I provided for this issue, caused the double line that you can see in the screenshot.

Now I think I have found a fix for this. Please find attached an additional patch.


> Collapsible field-group
> -----------------------
>
>                 Key: OFBIZ-1992
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: collapsible_fieldgroup.patch, collapsible_fieldgroup.patch, EmptyDivFieldGroup.patch, screenshot-1.jpg
>
>
> Hi,
> looking for a way to group together fields in a form I found the "field-group" tag.
> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
> I think it could be very useful to get many forms much more clean.
> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.
> Then I would like to add the possibility to collapse the field groups.
> This is a quite standard feature in a good UI.
> In the attached patch there is a first part of the work.
> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
> Any help is greatly appreciated.
> -Bruno

--
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] Closed: (OFBIZ-1992) Collapsible field-group

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

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

Jacques Le Roux closed OFBIZ-1992.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks Bruno,

Your patch (slightly amended) is in trunk revision: 707768  


> Collapsible field-group
> -----------------------
>
>                 Key: OFBIZ-1992
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bruno Busco
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: collapsible_fieldgroup.patch, collapsible_fieldgroup.patch, EmptyDivFieldGroup.patch, screenshot-1.jpg
>
>
> Hi,
> looking for a way to group together fields in a form I found the "field-group" tag.
> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
> I think it could be very useful to get many forms much more clean.
> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to test.
> Then I would like to add the possibility to collapse the field groups.
> This is a quite standard feature in a good UI.
> In the attached patch there is a first part of the work.
> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
> Any help is greatly appreciated.
> -Bruno

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

Re: [jira] Closed: (OFBIZ-1992) Collapsible field-group

Jacques Le Roux
Administrator
Hi devs,

I would like to add the possibility of opening/closing all fields-groups in one click.
Do you think this would be interesting ?

Jacques

From: "Jacques Le Roux (JIRA)" <[hidden email]>

>
>     [ https://issues.apache.org/jira/browse/OFBIZ-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Jacques Le Roux closed OFBIZ-1992.
> ----------------------------------
>
>       Resolution: Fixed
>    Fix Version/s: SVN trunk
>         Assignee: Jacques Le Roux
>
> Thanks Bruno,
>
> Your patch (slightly amended) is in trunk revision: 707768
>
>
>> Collapsible field-group
>> -----------------------
>>
>>                 Key: OFBIZ-1992
>>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>>             Project: OFBiz
>>          Issue Type: New Feature
>>          Components: framework
>>    Affects Versions: SVN trunk
>>            Reporter: Bruno Busco
>>            Assignee: Jacques Le Roux
>>            Priority: Minor
>>             Fix For: SVN trunk
>>
>>         Attachments: collapsible_fieldgroup.patch, collapsible_fieldgroup.patch, EmptyDivFieldGroup.patch, screenshot-1.jpg
>>
>>
>> Hi,
>> looking for a way to group together fields in a form I found the "field-group" tag.
>> This seems to work well even if it not used at all into OFBiz OOTB. Did you forget it ? ;-)
>> I think it could be very useful to get many forms much more clean.
>> I tryed to use it in the form you can get here https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
>> In the attached patch I grouped up the form fields in several groups but it is far from being the best grouping; it was only to
>> test.
>> Then I would like to add the possibility to collapse the field groups.
>> This is a quite standard feature in a good UI.
>> In the attached patch there is a first part of the work.
>> Could please some expert help me in doing this? Am I on the right path? I am trying to see what has been done for the screenlet.
>> Any help is greatly appreciated.
>> -Bruno
>
> --
> 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
|

Re: [jira] Closed: (OFBIZ-1992) Collapsible field-group

Bruno Busco
Jacques,
this would be great.
I thought about it when I implemented but had not enough time.
Looking forward to it!

-Bruno

2008/10/25 Jacques Le Roux <[hidden email]>

> Hi devs,
>
> I would like to add the possibility of opening/closing all fields-groups in
> one click.
> Do you think this would be interesting ?
>
> Jacques
>
> From: "Jacques Le Roux (JIRA)" <[hidden email]>
>
>
>>    [
>> https://issues.apache.org/jira/browse/OFBIZ-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>>
>> Jacques Le Roux closed OFBIZ-1992.
>> ----------------------------------
>>
>>      Resolution: Fixed
>>   Fix Version/s: SVN trunk
>>        Assignee: Jacques Le Roux
>>
>> Thanks Bruno,
>>
>> Your patch (slightly amended) is in trunk revision: 707768
>>
>>
>>  Collapsible field-group
>>> -----------------------
>>>
>>>                Key: OFBIZ-1992
>>>                URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>>>            Project: OFBiz
>>>         Issue Type: New Feature
>>>         Components: framework
>>>   Affects Versions: SVN trunk
>>>           Reporter: Bruno Busco
>>>           Assignee: Jacques Le Roux
>>>           Priority: Minor
>>>            Fix For: SVN trunk
>>>
>>>        Attachments: collapsible_fieldgroup.patch,
>>> collapsible_fieldgroup.patch, EmptyDivFieldGroup.patch, screenshot-1.jpg
>>>
>>>
>>> Hi,
>>> looking for a way to group together fields in a form I found the
>>> "field-group" tag.
>>> This seems to work well even if it not used at all into OFBiz OOTB. Did
>>> you forget it ? ;-)
>>> I think it could be very useful to get many forms much more clean.
>>> I tryed to use it in the form you can get here
>>> https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
>>> In the attached patch I grouped up the form fields in several groups but
>>> it is far from being the best grouping; it was only to test.
>>> Then I would like to add the possibility to collapse the field groups.
>>> This is a quite standard feature in a good UI.
>>> In the attached patch there is a first part of the work.
>>> Could please some expert help me in doing this? Am I on the right path? I
>>> am trying to see what has been done for the screenlet.
>>> Any help is greatly appreciated.
>>> -Bruno
>>>
>>
>> --
>> 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
|

Re: [jira] Closed: (OFBIZ-1992) Collapsible field-group

Bruno Busco
I would like to have several things that can be seen here:
http://www.compiere.com/products/product-demos/tour/web_ui_demo.htm


2008/10/25 Bruno Busco <[hidden email]>

> Jacques,
> this would be great.
> I thought about it when I implemented but had not enough time.
> Looking forward to it!
>
> -Bruno
>
> 2008/10/25 Jacques Le Roux <[hidden email]>
>
> Hi devs,
>>
>> I would like to add the possibility of opening/closing all fields-groups
>> in one click.
>> Do you think this would be interesting ?
>>
>> Jacques
>>
>> From: "Jacques Le Roux (JIRA)" <[hidden email]>
>>
>>
>>>    [
>>> https://issues.apache.org/jira/browse/OFBIZ-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>>>
>>> Jacques Le Roux closed OFBIZ-1992.
>>> ----------------------------------
>>>
>>>      Resolution: Fixed
>>>   Fix Version/s: SVN trunk
>>>        Assignee: Jacques Le Roux
>>>
>>> Thanks Bruno,
>>>
>>> Your patch (slightly amended) is in trunk revision: 707768
>>>
>>>
>>>  Collapsible field-group
>>>> -----------------------
>>>>
>>>>                Key: OFBIZ-1992
>>>>                URL: https://issues.apache.org/jira/browse/OFBIZ-1992
>>>>            Project: OFBiz
>>>>         Issue Type: New Feature
>>>>         Components: framework
>>>>   Affects Versions: SVN trunk
>>>>           Reporter: Bruno Busco
>>>>           Assignee: Jacques Le Roux
>>>>           Priority: Minor
>>>>            Fix For: SVN trunk
>>>>
>>>>        Attachments: collapsible_fieldgroup.patch,
>>>> collapsible_fieldgroup.patch, EmptyDivFieldGroup.patch, screenshot-1.jpg
>>>>
>>>>
>>>> Hi,
>>>> looking for a way to group together fields in a form I found the
>>>> "field-group" tag.
>>>> This seems to work well even if it not used at all into OFBiz OOTB. Did
>>>> you forget it ? ;-)
>>>> I think it could be very useful to get many forms much more clean.
>>>> I tryed to use it in the form you can get here
>>>> https://localhost:8443/catalog/control/EditProductStore?productStoreId=9000
>>>> In the attached patch I grouped up the form fields in several groups but
>>>> it is far from being the best grouping; it was only to test.
>>>> Then I would like to add the possibility to collapse the field groups.
>>>> This is a quite standard feature in a good UI.
>>>> In the attached patch there is a first part of the work.
>>>> Could please some expert help me in doing this? Am I on the right path?
>>>> I am trying to see what has been done for the screenlet.
>>>> Any help is greatly appreciated.
>>>> -Bruno
>>>>
>>>
>>> --
>>> 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
|

Re: [jira] Closed: (OFBIZ-1992) Collapsible field-group

Bilgin Ibryam
In reply to this post by Jacques Le Roux
On Sat, 2008-10-25 at 12:49 +0200, Jacques Le Roux wrote:
> I would like to add the possibility of opening/closing all
> fields-groups in one click.
> Do you think this would be interesting ?

I think YES

Bilgin