Constructs a widget for managing the settings for generating solutions.
solutionSettings(x, width = NULL, height = NULL, elementId = NULL)
x | Project object. |
---|---|
width |
|
height |
|
elementId |
|
The widget sends a list
with the following values to the server:
character
identifier for the theme or weight.
character
name of the updated setting.
Available options include: "factor"
or "goal"
.
new numeric
values.
character
indicating if the updated setting corresponds
to a theme
or weight
.
The widget contains two buttons. The server value for these
buttons are an integer
indicating the number of times they
has been clicked. They can be queried using id_start_button
and
id_stop_button
where id
is the argument to elementId
.
# \dontrun{
# run Shiny app to demo the sidebar pane
if (interactive()) {
runExample("solutionSettings")
}
# }