[richfaces-issues] [JBoss JIRA] Commented: (RF-2613) ListShuttle: JS API

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Mon Jul 21 10:31:54 EDT 2008


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

Tsikhon Kuprevich commented on RF-2613:
---------------------------------------

doShow
doHide
isShowed 
isHidden - not necessary.

doEnable
doDisable
isEnabled
isDisabled - future.

up
down
bottom
top - Done

getItems
etSelection
component.target(source)List.getSelection(); one item
component.target(source)List.getItems(); entire list

> ListShuttle: JS API
> -------------------
>
>                 Key: RF-2613
>                 URL: https://jira.jboss.org/jira/browse/RF-2613
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: 3.2.0.CR3
>            Reporter: Tsikhon Kuprevich
>            Assignee: Vladimir Molotkov
>            Priority: Minor
>             Fix For: 3.2.2
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.doHide()" value="Hide"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.doShow()" value="Show"></a4j:commandLink>
> <a4j:commandLink onclick="alert($('formID:listShuttleSubviewID:listShuttleID').component.isShown)" value="isShown"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.Enable()" value="Enable"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.Disable()" value="Disable"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.isEnabled()" value="isEnabled"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.moveUp" value="moveUp"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.moveDown" value="moveDown"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.moveTop" value="moveTop"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.moveBottom" value="moveBottom"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.copy" value="copy"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.remove" value="remove"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.copyAll" value="copyAll"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.removeAll" value="removeAll"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.getSelection" value="getSelection"></a4j:commandLink>
> <a4j:commandLink onclick="$('formID:listShuttleSubviewID:listShuttleID').component.getItems" value="getItems"></a4j:commandLink>
> The next functions - isEnabled, Disable, doShow, Enable, doHide - cause the next JS error:
> $("formID:listShuttleSubviewID:listShuttleID").component.doHide is not a function
> other functions have no effect.

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

        



More information about the richfaces-issues mailing list