Add two aliases of updateTabsetPanel(): updateNavbarPage() and updateNavlistPanel()

https://groups.google.com/d/msg/shiny-discuss/8VctqPqeurw/uAQIBvA1CpAJ
This commit is contained in:
Yihui Xie
2015-07-02 01:37:14 -05:00
parent a57e037b05
commit a5e64274a2
7 changed files with 26 additions and 2 deletions

View File

@@ -174,7 +174,8 @@ pageWithSidebar <- function(headerPanel,
#' menu within the navbar that in turns includes additional tabPanels (see
#' example below).
#'
#' @seealso \code{\link{tabPanel}}, \code{\link{tabsetPanel}}
#' @seealso \code{\link{tabPanel}}, \code{\link{tabsetPanel}},
#' \code{\link{updateNavbarPage}}
#'
#' @examples
#' shinyUI(navbarPage("App Title",
@@ -560,6 +561,7 @@ tabsetPanel <- function(...,
#' supported. This is because version 0.11 switched to Bootstrap 3, which
#' doesn't support separators.
#'
#' @seealso \code{\link{tabPanel}}, \code{\link{updateNavlistPanel}}
#' @examples
#' shinyUI(fluidPage(
#'