f7TreeviewGroup {shinyMobile}R Documentation

Create a Framework 7 group for treeview items

Description

Create a Framework 7 group for treeview items

Usage

f7TreeviewGroup(..., title, icon, toggleButton = TRUE, itemToggle = FALSE)

Arguments

...

slot for f7TreeviewItem.

title

Group title.

icon

Expect f7Icon.

toggleButton

Whether or not to display a toggle button. Could be set to FALSE if itemToggle is TRUE.

itemToggle

In addition to (or instead of) a toggle button, the whole group can work like a toggle. By default this behaviour is disabled.

@example inst/examples/treeview/app.R


[Package shinyMobile version 2.0.0 Index]