Skip to contents

Button to fire the create item dialog.

Usage

create_widget(id)

Arguments

id

the server module id.

Value

An HTML element that can be included in the UI.

Examples

if (FALSE) { # \dontrun{
create_widget(id = "mydata")
} # }