mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
updated docs
This commit is contained in:
@@ -10,7 +10,7 @@ navbarPage(title, ..., id = NULL, selected = NULL,
|
||||
footer = NULL, inverse = FALSE, collapsible = FALSE, collapsable,
|
||||
fluid = TRUE, responsive = NULL, theme = NULL, windowTitle = title)
|
||||
|
||||
navbarMenu(title, ..., icon = NULL)
|
||||
navbarMenu(title, ..., menuName = title, icon = NULL)
|
||||
}
|
||||
\arguments{
|
||||
\item{title}{The title to display in the navbar}
|
||||
@@ -65,6 +65,10 @@ www directory). For example, to use the theme located at
|
||||
\item{windowTitle}{The title that should be displayed by the browser window.
|
||||
Useful if \code{title} is not a string.}
|
||||
|
||||
\item{menuName}{A name that identifies this \code{navbarMenu}. This
|
||||
is needed if you want to insert/remove or show/hide an entire
|
||||
\code{navbarMenu}.}
|
||||
|
||||
\item{icon}{Optional icon to appear on a \code{navbarMenu} tab.}
|
||||
}
|
||||
\value{
|
||||
@@ -98,5 +102,6 @@ navbarPage("App Title",
|
||||
}
|
||||
\seealso{
|
||||
\code{\link{tabPanel}}, \code{\link{tabsetPanel}},
|
||||
\code{\link{updateNavbarPage}}
|
||||
\code{\link{updateNavbarPage}}, \code{\link{insertTab}},
|
||||
\code{\link{showTab}}
|
||||
}
|
||||
|
||||
@@ -53,5 +53,6 @@ fluidPage(
|
||||
)
|
||||
}
|
||||
\seealso{
|
||||
\code{\link{tabPanel}}, \code{\link{updateNavlistPanel}}
|
||||
\code{\link{tabPanel}}, \code{\link{updateNavlistPanel}},
|
||||
\code{\link{insertTab}}, \code{\link{showTab}}
|
||||
}
|
||||
|
||||
@@ -44,5 +44,6 @@ mainPanel(
|
||||
)
|
||||
}
|
||||
\seealso{
|
||||
\code{\link{tabPanel}}, \code{\link{updateTabsetPanel}}
|
||||
\code{\link{tabPanel}}, \code{\link{updateTabsetPanel}},
|
||||
\code{\link{insertTab}}, \code{\link{showTab}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user