Skip to content

Latest commit

 

History

History
 
 

080-widget-text

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
textInput(inputId, label, value = "")

Create a text field to enter text in. The widget will pass the text displayed to the server as a character string.

Arguments

inputId The name to use to look up the value of the widget (as a character string)

label A label to display above the text field

value The initial text to display in the box, if any

Make this widget by copying the code in ui.R.