insertF7Tab {shinyMobile} | R Documentation |
Framework7 tab insertion
Description
insertF7Tab
inserts an f7Tab in an f7Tabs.
Usage
insertF7Tab(
id,
tab,
target = NULL,
position = c("before", "after"),
select = FALSE,
session = shiny::getDefaultReactiveDomain()
)
Arguments
id |
f7Tabs id. |
tab |
f7Tab to insert. |
target |
f7Tab after of before which the new tab will be inserted. |
position |
Insert before or after: |
select |
Whether to select the newly inserted tab. FALSE by default. |
session |
Shiny session object. |
See Also
[Package shinyMobile version 2.0.0 Index]