knitr_insert_tabs {cola} | R Documentation |
Generate the HTML fragment for the JavaScript tabs.
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 callings 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>
# There is no example NULL