textAreaInputWithButtons {shinypanel} | R Documentation |
textAreaInput with buttons and validation
Description
textAreaInput with buttons and validation
Usage
textAreaInputWithButtons(
inputId,
label,
...,
container_id = NULL,
help_id = NULL,
label_title = NULL,
btn_titletips = TRUE,
placeholder = ""
)
Arguments
inputId |
The |
label |
Display label for the control, or |
... |
One or more |
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. |
[Package shinypanel version 0.1.5 Index]