input.text | R Documentation |
定义文本或密码输入框的实例化类
input.text(
Id = "textInput1",
label = "请输入文本",
value = "",
width = "100%",
placeholder = "",
isPassword = FALSE
)
Id |
内码 |
label |
标签名称 |
value |
默认值 |
width |
宽度 |
placeholder |
点位符 |
isPassword |
是否为密码,默认为否 |
返回值
input.text();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.