editableInput: Create an in-place editable input control

Description Usage Arguments Value Examples

Description

Create an in-place editable input control

Usage

1
editableInput(inputId, type, value = "", options = list())

Arguments

inputId

The input slot that will be used to access the value.

type

Type of input. One of "text", "textarea", "select", "date", "checklist"

value

Initial value.

options

A list of general and input-type-dependent options for X-editable. Details here.

Value

An in-place editable input control that can be added to a UI definition.

Examples

1
editableInput("foo", "text", "bar")

Yang-Tang/shinyEditable documentation built on May 4, 2019, 7:42 p.m.