Built site for shiny: 1.7.4@8931aa2

This commit is contained in:
wch
2023-06-30 19:12:25 +00:00
parent c5686aca8a
commit d292ccd17a
182 changed files with 252 additions and 280 deletions

View File

@@ -17,7 +17,7 @@
</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.7.4.9002</span>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="">1.7.4</span>
</span>
</div>
@@ -121,7 +121,7 @@ single-select lists and no values for multiple select lists.</p></dd>
<dt>options</dt>
<dd><p>A list of options. See the documentation of <span class="pkg">selectize.js</span>(<a href="https://selectize.dev/docs/usage" class="external-link">https://selectize.dev/docs/usage</a>)
<dd><p>A list of options. See the documentation of <span class="pkg">selectize.js</span>
for possible options (character option values inside <code><a href="https://rdrr.io/r/base/AsIs.html" class="external-link">base::I()</a></code> will
be treated as literal JavaScript code; see <code><a href="renderDataTable.html">renderDataTable()</a></code>
for details).</p></dd>