intbox_n_ddboxes_ui: A group of 1 integer input box and 2 dropdown boxes.

View source: R/intbox-n-ddboxes.R

intbox_n_ddboxes_uiR Documentation

A group of 1 integer input box and 2 dropdown boxes.

Description

The UI component of the Shiny module for creating one integer input box and below it 2 side-by-side dropdown boxes with choices depending on the value entered into the input box.

Usage

intbox_n_ddboxes_ui('id', 'label', min = 2, max = 10000000, value = 2)

Arguments

id

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

label

String (default is NULL). Display label for the input box.

min

Integer (default = 2). Minimal value it takes.

max

Integer (default = 10000000). Maximum value it takes.

value

Integer (default is the same as min). Initial value it takes.

Value

Must use it together with its counterpart server.

See Also

intbox_n_ddboxes_server for the server.

Examples

inst/examples/ex-intbox_n_ddboxes.R

cabaceo/shinymod documentation built on Sept. 8, 2023, 12:23 p.m.