Generate the HTML fragment for the JavaScript tabs

knitr_insert_tabs(uid)

Arguments

uid

A unique identifier for the div.

Details

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.

Value

No value is returned.

Author

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL
#> NULL