Description Usage Arguments Value
This function will create the necessary event handlers that will call
the UI function specified in the server
argument of the
dropZoneInput
function.
1 | dropZoneServer(session, dropZoneId, server)
|
session |
The |
dropZoneId |
The |
server |
Function or function name as a string that will be used for server-side creation of UI for dropzone items. This is needed only when the dropzone items contain Shiny inputs and/or outputs. |
Expression including an observe event handler.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.