mdl_password | R Documentation |
处理密码控件
mdl_password(id, label = "密码", value = "8888", is.test = FALSE)
id |
密码ID |
label |
标签名称 |
value |
默认值 |
is.test |
是否测试 |
返回值
library(shiny);
library(tsui);
test_tsui(mdl_password,'123',label = '密码:',f_test = run_password_test);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.