powered by
Modifications to 'textAreaInput' to allow added styles
textAreaInput( inputId, label, value = "", width = NULL, height = NULL, cols = NULL, rows = NULL, placeholder = NULL, resize = c("both", "none", "vertical", "horizontal"), style = c("default", "pill", "round", "clean"), border.type = c("none", "primary", "secondary", "info", "success", "danger", "warning") )
HTML element of a textAreaInput
The identification name
The label for the input
The current value of the input
width of the text input
height of the text input
col of text to display
row of text to display
A placeholder text
Make inout resizable, with choices "both", "none", "vertical", "horizontal"
Style to adapt, options include "default", "pill", "round", "clean"
Add a border coloring using either of "none", "primary", "secondary", "info", "success", "danger", "warning"
textAreaInput("caption", "Sample Text area input", "Data Summary", width = "1000px", border.type = "success" )
Run the code above in your browser using DataLab