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

View source: R/input.text.R

input.textR Documentation

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

Description

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

Usage

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

Arguments

Id

内码

label

标签名称

value

默认值

width

宽度

placeholder

点位符

isPassword

是否为密码,默认为否

Value

返回值

Examples

input.text();

takewiki/tsui documentation built on July 5, 2023, 10:59 p.m.