textInputWithButtons {shinypanel} | R Documentation |
textInput with buttons and validation
Description
textInput with buttons and validation
Usage
textInputWithButtons(
inputId,
label,
...,
value = "",
container_id = NULL,
help_id = NULL,
label_title = NULL,
btn_titletips = TRUE,
placeholder = "",
width = NULL
)
Arguments
inputId |
The |
label |
Display label for the control, or |
... |
One or more |
value |
Initial value. |
container_id |
id for outer |
help_id |
id for span with class |
label_title |
Optional text to appear in info icon tooltip. Used to provide information to user about input. |
btn_titletips |
if |
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. |
width |
The width of the input, e.g. |