View source: R/aaa_defineClasses.R
ui_file | R Documentation |
ui_file上传控件的入口实例化函数
ui_file(
inputId = "fileInput1",
label = "上传文件:",
multiple = FALSE,
accept = "",
width = "100%",
buttonLabel = "浏览...",
placeholder = "没有选中任何文件!"
)
inputId |
内码 |
label |
标签 |
multiple |
是否批量上传 |
accept |
是否指定文件后缀名 |
width |
是否指定宽度 |
buttonLabel |
按纽标签名称 |
placeholder |
点位符内容 |
返回值
ui_file();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.