mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Built site for shiny@1.9.0: b3dd273
This commit is contained in:
@@ -18,7 +18,7 @@ application page."><meta property="og:image" content="/logo.png"><!-- mathjax --
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="../index.html">shiny</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="">1.8.1.9001</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="">1.9.0</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +45,7 @@ application page."><meta property="og:image" content="/logo.png"><!-- mathjax --
|
||||
<div class="col-md-9 contents">
|
||||
<div class="page-header">
|
||||
<h1>Create an plot or image output element</h1>
|
||||
<small class="dont-index">Source: <a href="https://github.com/rstudio/shiny/blob/main/R/bootstrap.R" class="external-link"><code>R/bootstrap.R</code></a></small>
|
||||
<small class="dont-index">Source: <a href="https://github.com/rstudio/shiny/blob/rc-v1.9.0/R/bootstrap.R" class="external-link"><code>R/bootstrap.R</code></a></small>
|
||||
<div class="hidden name"><code>plotOutput.Rd</code></div>
|
||||
</div>
|
||||
|
||||
@@ -151,8 +151,8 @@ for the output</p></dd>
|
||||
<dd><p>Whether or not the returned tag should be treated as a fill item,
|
||||
meaning that its <code>height</code> is allowed to grow/shrink to fit a fill container
|
||||
with an opinionated height (see <code><a href="https://rstudio.github.io/htmltools/reference/bindFillRole.html" class="external-link">htmltools::bindFillRole()</a></code>) with an
|
||||
opinionated height. Examples of fill containers include <code><a href="https://rdrr.io/pkg/bslib/man/card.html" class="external-link">bslib::card()</a></code> and
|
||||
<code><a href="https://rdrr.io/pkg/bslib/man/deprecated.html" class="external-link">bslib::card_body_fill()</a></code>.</p></dd>
|
||||
opinionated height. Examples of fill containers include <code><a href="https://rstudio.github.io/bslib/reference/card.html" class="external-link">bslib::card()</a></code> and
|
||||
<code><a href="https://rstudio.github.io/bslib/reference/deprecated.html" class="external-link">bslib::card_body_fill()</a></code>.</p></dd>
|
||||
|
||||
</dl></div>
|
||||
<div id="value">
|
||||
|
||||
Reference in New Issue
Block a user