Description Usage Arguments Details Value Author(s) Examples
Generate the HTML fragment for the JavaScript tabs
1 | knitr_insert_tabs(uid)
|
uid |
A unique identifier for the div. |
The jQuery UI is used to generate html tabs (https://jqueryui.com/tabs/ ).
knitr_insert_tabs
should be used after several calls of knitr_add_tab_item
to generate a complete HTML fragment for all tabs with all necessary Javascript and css code.
This function is only for internal use.
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.