input.text: 定义文本或密码输入框的实例化类

Description Usage Arguments Value Examples

View source: R/input.text.R

Description

定义文本或密码输入框的实例化类

Usage

1
2
input.text(Id = "textInput1", label = "请输入文本", value = "",
  width = "100%", placeholder = "", isPassword = FALSE)

Arguments

Id

内码

label

标签名称

value

默认值

width

宽度

placeholder

点位符

isPassword

是否为密码,默认为否

Value

返回值

Examples

1

takewiki/tsShiny documentation built on Aug. 16, 2019, 3:23 a.m.