knitr_insert_tabs {cola}R Documentation

Generate the HTML fragment for the JavaScript tabs.

Description

Generate the HTML fragment for the JavaScript tabs.

Usage

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 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.

Value

No value is returned.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL


[Package cola version 1.0.0 Index]