Append item to end of specified dropzone
appendToDropzone(session, value, dropzoneId)
Arguments
session |
The session object passed to function given to shinyServer . |
value |
The value to clone from dragzoneId and append to dropzoneId. |
dropzoneId |
The id of the dropzone. |