🔍 An RStudio addin slash regex utility belt
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

27 linhas
759B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/regex_gadget.R
  3. \name{textInputCode}
  4. \alias{textInputCode}
  5. \title{Modified Text Input}
  6. \usage{
  7. textInputCode(inputId, label, value = "", width = NULL,
  8. placeholder = NULL)
  9. }
  10. \arguments{
  11. \item{inputId}{The \code{input} slot that will be used to access the value.}
  12. \item{label}{Display label for the control, or \code{NULL} for no label.}
  13. \item{value}{Initial value.}
  14. \item{width}{The width of the input, e.g. \code{'400px'}, or \code{'100\%'};
  15. see \code{\link{validateCssUnit}}.}
  16. \item{placeholder}{A character string giving the user a hint as to what can
  17. be entered into the control. Internet Explorer 8 and 9 do not support this
  18. option.}
  19. }
  20. \description{
  21. Modified Text Input
  22. }