View source: R/aaa_defineClasses.R
ui_password | R Documentation |
ui_password的实例化function
ui_password(
inputId = "password1",
label = "输入密码:",
value = "888888",
width = "100%"
)
inputId |
内码 |
label |
标签 |
value |
初始值 |
width |
控件宽度 |
返回值
ui_password();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.