Rdocumentation
powered by
Learn R Programming
editR (version 0.2.1)
bs3_dialog: Custom dialog box function for
editR
Description
This function creates custom Twitter Bootstrap 3 dialog boxes for
editR
.
Usage
bs3_dialog(id, title, trigger, ...)
Arguments
id
A unique identifier for the dialog box.
title
The title to appear at the top of the dialog box.
trigger
The id of a button or link that will open the dialog box.
...
UI elements to include within the dialog box (e.g.
actionButtons
).
Value
This function return the html code for a dialog box.