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{ |
| 7 | spec_popover(content = NULL, title = NULL, trigger = "hover", |
| 8 | position = "right") |
| 9 | } |
| 10 | \arguments{ |
| 11 | \item{content}{content for pop-over message} |
| 12 | |
| 13 | \item{title}{title for pop-over message.} |
| 14 | |
| 15 | \item{trigger}{Controls how the pop-over message should be triggered. |
| 16 | Possible values include \code{hover} (default), \code{click}, \code{focus} and \code{manual}.} |
| 17 | |
| 18 | \item{position}{How the tooltip should be positioned. Possible values are |
| 19 | \code{right}(default), \code{top}, \code{bottom}, \code{left} & \code{auto}.} |
| 20 | } |
| 21 | \description{ |
| 22 | Setup bootstrap popover |
| 23 | } |