ExperimentalMeasuresUI: the UI for a very simple message box module

Description Usage Arguments

View source: R/ExperimentalMeasuresModule.R

Description

the UI for a very simple message box module

Usage

1
2
3
4
5
6
7
8
ExperimentalMeasuresUI(
  id,
  title,
  boxHeight = 300,
  boxWidth = 320,
  fontSize = 20,
  backgroundColor = "beige"
)

Arguments

id

character string, the html document's widget id

title

character string, title for the box

boxHeight

integer pixels, 30 by default

boxWidth

integer pixels, 200 by default

fontSize

integer pixels, 20 by default

backgroundColor

character string, uses standard CSS naming conventions, "beige" by default


paul-shannon/shinyModules documentation built on Sept. 13, 2020, 5:52 p.m.