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