[jira] Created: (OFBIZ-315) Add multiple-choice field type to Form Widget

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

[jira] Created: (OFBIZ-315) Add multiple-choice field type to Form Widget

Nicolas Malin (Jira)
Add multiple-choice field type to Form Widget
---------------------------------------------

                 Key: OFBIZ-315
                 URL: http://issues.apache.org/jira/browse/OFBIZ-315
             Project: OFBiz (The Open for Business Project)
          Issue Type: New Feature
          Components: framework
            Reporter: Jacques Le Roux
            Priority: Minor
             Fix For: SVN trunk


David Jones proposed :
This will be like the drop-down field, but will have some different attributes and will result in a select box (not a drop-down) that allows multiple selections. A size attributed will specify how many rows it should show and a scrollbar if needed will be by it.

I think we will need that one day or another...

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-315) Add multiple-choice field type to Form Widget

Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-315?page=all ]

Chris Howe updated OFBIZ-315:
-----------------------------

    Attachment: multipleSelect.patch

this adds the functionality of the multiple select box functionality to the drop-down tag.  This results in "drop-down" simply being a misnomer.  

While this may be included in the project.  It is not the intention of the patch.  This is more for those wanting the functionality while this issue gets sorted out.  I imagine the final solution will be another tag such as "select-box" that simply provides the same functionality in the html setting.  This distinction may be necessary as other UIs may not visualize a drop down list and a multiple select box as closely as the W3C does for html.

> Add multiple-choice field type to Form Widget
> ---------------------------------------------
>
>                 Key: OFBIZ-315
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-315
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: multipleSelect.patch
>
>
> David Jones proposed :
> This will be like the drop-down field, but will have some different attributes and will result in a select box (not a drop-down) that allows multiple selections. A size attributed will specify how many rows it should show and a scrollbar if needed will be by it.
> I think we will need that one day or another...

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-315) Add multiple-choice field type to Form Widget

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-315?page=comments#action_12459175 ]
           
Chris Howe commented on OFBIZ-315:
----------------------------------

However, the part pertaining to the visible-size should be left in the drop-down regardless as this controls how many options are shown before a scroll bar is shown in a drop down list.

> Add multiple-choice field type to Form Widget
> ---------------------------------------------
>
>                 Key: OFBIZ-315
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-315
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: multipleSelect.patch
>
>
> David Jones proposed :
> This will be like the drop-down field, but will have some different attributes and will result in a select box (not a drop-down) that allows multiple selections. A size attributed will specify how many rows it should show and a scrollbar if needed will be by it.
> I think we will need that one day or another...

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-315) Add multiple-choice field type to Form Widget

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-315?page=comments#action_12459181 ]
           
David E. Jones commented on OFBIZ-315:
--------------------------------------

The alternative of another tag for "multi-select" or "select-box" or something sounds good to me.

> Add multiple-choice field type to Form Widget
> ---------------------------------------------
>
>                 Key: OFBIZ-315
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-315
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: multipleSelect.patch
>
>
> David Jones proposed :
> This will be like the drop-down field, but will have some different attributes and will result in a select box (not a drop-down) that allows multiple selections. A size attributed will specify how many rows it should show and a scrollbar if needed will be by it.
> I think we will need that one day or another...

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-315) Add multiple-choice field type to Form Widget

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-315?page=comments#action_12459303 ]
           
Jacques Le Roux commented on OFBIZ-315:
---------------------------------------

I prefer "multi-select", box is implied. I vote for !

> Add multiple-choice field type to Form Widget
> ---------------------------------------------
>
>                 Key: OFBIZ-315
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-315
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: multipleSelect.patch
>
>
> David Jones proposed :
> This will be like the drop-down field, but will have some different attributes and will result in a select box (not a drop-down) that allows multiple selections. A size attributed will specify how many rows it should show and a scrollbar if needed will be by it.
> I think we will need that one day or another...

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira