Description Usage Arguments Value Functions
View source: R/buildFilePathPropUI.R
Build UI for File Path Properties
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | buildFileListPropObservers(
session,
input,
output,
propName,
myVolumesNow,
values,
moduleId = NULL
)
buildFileListPropUI(propName, value, default, moduleId = NULL)
buildFilePathPropObservers(
session,
input,
output,
propName,
myVolumesNow,
values,
moduleId = NULL
)
buildFilePathPropUI(propName, value, default, moduleId = NULL)
|
session |
usually session=session |
input |
usually input=input |
output |
usually output=output |
propName |
a string, the name of the property |
myVolumesNow |
the volumes object to pass to shinyFiles operations |
values |
the list of lists reactive values object that represents the current configuration |
moduleId |
module id if property is associated with a module |
value |
in the case of a list property, the value of the property, most likely a single string, possibly comma-separated list |
default |
value shown as a placeholder if no value is present, or value is removed |
ui object
buildFileListPropObservers
: Build/refresh the backend of the UI for a BioLockJ file list property
buildFileListPropUI
: Build the UI for a BioLockJ file list property
buildFilePathPropObservers
: Build/refresh the backend of the UI for a BioLockJ file property
buildFilePathPropUI
: Build the UI for a BioLockJ file property
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.