Hao Zhu | 6f362bb | 2017-10-23 23:21:38 -0400 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/spec_tools.R |
| 3 | \name{spec_popover} |
| 4 | \alias{spec_popover} |
| 5 | \title{Setup bootstrap popover} |
| 6 | \usage{ |
Hao Zhu | 9410a27 | 2020-08-03 01:11:47 -0400 | [diff] [blame] | 7 | spec_popover( |
| 8 | content = NULL, |
| 9 | title = NULL, |
| 10 | trigger = "hover", |
| 11 | position = "right" |
| 12 | ) |
Hao Zhu | 6f362bb | 2017-10-23 23:21:38 -0400 | [diff] [blame] | 13 | } |
| 14 | \arguments{ |
| 15 | \item{content}{content for pop-over message} |
| 16 | |
| 17 | \item{title}{title for pop-over message.} |
| 18 | |
| 19 | \item{trigger}{Controls how the pop-over message should be triggered. |
| 20 | Possible values include \code{hover} (default), \code{click}, \code{focus} and \code{manual}.} |
| 21 | |
| 22 | \item{position}{How the tooltip should be positioned. Possible values are |
| 23 | \code{right}(default), \code{top}, \code{bottom}, \code{left} & \code{auto}.} |
| 24 | } |
| 25 | \description{ |
| 26 | Setup bootstrap popover |
| 27 | } |