R/dndselect.R
dropZoneServer.Rd
This function will create the necessary event handlers that will call
the UI function specified in the server
argument of the
dropZoneInput
function.
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.