Built site for shiny: 1.7.4.1@ffd6058

This commit is contained in:
schloerke
2023-07-03 12:53:12 +00:00
parent eb61918d46
commit a7dd09d4fd
182 changed files with 252 additions and 281 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.1</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>