text_input: Somewhere to enter text

Description Usage Arguments Value

Description

Somewhere to enter text

Usage

1
2
text_input(id, label, value = "", width = NULL, type = c("none",
  "warning", "success", "error"), placeholder = NULL, inline = FALSE)

Arguments

id

The input slot that will be used to access the value.

label

Display label for the control, or NULL for no label.

value

Initial value.

width

The width of the input, e.g. '400px', or '100%'; see validateCssUnit.

type

the style of the input

placeholder

A character string giving the user a hint as to what can be entered into the control. Internet Explorer 8 and 9 do not support this option.

inline

Should the label be inline?

Value

a tagList


ColinFay/nessy documentation built on May 29, 2019, midnight