mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
refer to application layout guide
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
#' higher-level layout functions like \code{\link{sidebarLayout}}.
|
||||
#'
|
||||
#' @note See the
|
||||
#' \href{https://github.com/rstudio/shiny/wiki/Shiny-Component-Layout-Guide}{
|
||||
#' Shiny Component Layout Guide} for additional details on laying out fluid
|
||||
#' \href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{
|
||||
#' Shiny-Application-Layout-Guide} for additional details on laying out fluid
|
||||
#' pages.
|
||||
#'
|
||||
#' @seealso \code{\link{column}}, \code{\link{sidebarLayout}}
|
||||
@@ -108,8 +108,8 @@ fluidRow <- function(...) {
|
||||
#' with \code{fixedRow} and \code{column}.
|
||||
#'
|
||||
#' @note See the
|
||||
#' \href{https://github.com/rstudio/shiny/wiki/Shiny-Component-Layout-Guide}{
|
||||
#' Shiny Component Layout Guide} for additional details on laying out fixed
|
||||
#' \href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{
|
||||
#' Shiny Application Layout Guide} for additional details on laying out fixed
|
||||
#' pages.
|
||||
#'
|
||||
#' @seealso \code{\link{column}}
|
||||
|
||||
@@ -48,9 +48,9 @@
|
||||
}
|
||||
\note{
|
||||
See the
|
||||
\href{https://github.com/rstudio/shiny/wiki/Shiny-Grid-Layout-Guide}{
|
||||
Shiny Grid Layout Guide} for additional details on laying
|
||||
out fixed pages.
|
||||
\href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{
|
||||
Shiny Application Layout Guide} for additional details on
|
||||
laying out fixed pages.
|
||||
}
|
||||
\examples{
|
||||
shinyUI(fixedPage(
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
}
|
||||
\note{
|
||||
See the
|
||||
\href{https://github.com/rstudio/shiny/wiki/Shiny-Component-Layout-Guide}{
|
||||
Shiny Component Layout Guide} for additional details on
|
||||
\href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{
|
||||
Shiny-Application-Layout-Guide} for additional details on
|
||||
laying out fluid pages.
|
||||
}
|
||||
\examples{
|
||||
|
||||
Reference in New Issue
Block a user