refer to application layout guide

This commit is contained in:
JJ Allaire
2013-12-13 14:37:49 -05:00
parent 4676dbc740
commit e26b2dcd43
3 changed files with 9 additions and 9 deletions

View File

@@ -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}}

View File

@@ -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(

View File

@@ -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{