customTabBox: customTabBox

Description Usage Arguments

Description

Cutom tabBox element with "save-config" and "export-excel" buttons.

Usage

1
2
3
4
5
6
7
8
9
customTabBox(
  ...,
  id = NULL,
  selected = NULL,
  title = NULL,
  width = 6,
  height = NULL,
  side = c("left", "right")
)

Arguments

tabBox

all parameters are identical to the shiny::tabBox function. the id paremeter is reused to define the id of "save-config" and "excel-export". (like NS(id, "save-config") and NS(id, "excel-export")).


MehdiChelh/triangle.tlbx documentation built on May 18, 2020, 3:14 a.m.