Skip to content

Commit 1f71700

Browse files
committed
little update
1 parent bf9c3a4 commit 1f71700

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

Support/shiny-cheatsheet.pdf

-2.95 MB
Binary file not shown.

summary.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,8 +1278,8 @@ On peut aussi utiliser le package [shinythemes](http://rstudio.github.io/shinyth
12781278
On peut par exemple aller prendre un thème sur [bootswatch](http://bootswatch.com/).
12791279

12801280
- Deux façons pour le renseigner :
1281-
+ argument ``theme`` dans ``fluidPage``
1282-
+ ou avec un tags html : ``tags$head`` et ``tags$link``
1281+
+ argument ``theme`` présent dans certaines fonctions (``fluidPage``, ``navbarPage``, ...)
1282+
+ ou avec un tags html : ``tags$head`` et ``tags$link``
12831283

12841284
```{r, eval = FALSE}
12851285
library(shiny)

summary.pdf

-1.11 KB
Binary file not shown.

summary.tex

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,10 +2010,15 @@ \subsection{Avec un .css externe}\label{avec-un-.css-externe}
20102010
\tightlist
20112011
\item
20122012
Deux façons pour le renseigner :
2013-
\item
2014-
argument \texttt{theme} dans \texttt{fluidPage}
2015-
\item
2016-
ou avec un tags html : \texttt{tags\$head} et \texttt{tags\$link}
2013+
2014+
\begin{itemize}
2015+
\tightlist
2016+
\item
2017+
argument \texttt{theme} présent dans certaines fonctions
2018+
(\texttt{fluidPage}, \texttt{navbarPage}, \ldots{})
2019+
\item
2020+
ou avec un tags html : \texttt{tags\$head} et \texttt{tags\$link}
2021+
\end{itemize}
20172022
\end{itemize}
20182023
20192024
\begin{Shaded}

0 commit comments

Comments
 (0)