[richfaces-issues] [JBoss JIRA] Commented: (RF-7021) add selectionMode attribute to shuttles.

Daniel Nussbaum (JIRA) jira-events at lists.jboss.org
Fri Sep 10 03:47:49 EDT 2010


    [ https://jira.jboss.org/browse/RF-7021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12550040#action_12550040 ] 

Daniel Nussbaum commented on RF-7021:
-------------------------------------

Workaround for 3.3.1
------------------------------

Add an onclick-Handler to the rich:orderingList which looks like this:
                    onclick="var comp = this.component;
                        var activeElem = comp.getEventTargetRow(event);
                        comp.selectionItem(activeElem);
                        comp.setActiveItem(activeElem);"

This workaround was only testet under 3.3.1.GA!

> add selectionMode attribute to shuttles.
> ----------------------------------------
>
>                 Key: RF-7021
>                 URL: https://jira.jboss.org/browse/RF-7021
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: component-misc
>    Affects Versions: 3.3.1
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: Future_3.X
>
>
> listShuttle
> orderingList
> possible values: single, multy(default)

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

        


More information about the richfaces-issues mailing list