dragSetUI: dragSetUI

Description Usage Arguments Value Examples

Description

With draggable elements, you may not want to create one at a time, instead creating a set with a common id prefix. This simplifies the process to pass a vector of elements instead of using a loop or apply function to generate

Usage

1
dragSetUI(id, textval = list(""))

Arguments

id

The div id of the draggable element set

textval

The list with the name for each of the draggable elements

Value

Returns the set of dragable div elements.

Examples

1
dragSetUI("dragset", list("foo", "bar", "baz"))

ayayron/shinydnd documentation built on May 11, 2019, 4:12 p.m.