customNavbarPage: customNavbarPage

Description Usage Arguments

Description

Cutom navbarPage element with project dropdown menu and import data button.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
customNavbarPage(
  title,
  ...,
  id = NULL,
  selected = NULL,
  position = c("static-top", "fixed-top", "fixed-bottom"),
  header = NULL,
  footer = NULL,
  inverse = FALSE,
  collapsible = FALSE,
  collapsable,
  fluid = TRUE,
  responsive = NULL,
  theme = NULL,
  windowTitle = title
)

Arguments

navbarPage

All parameters are identical to the shiny::navbarPage function. the id paremeter is reused to define the id of the project dropdown menu and import button.


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