blob: c9565d72563d078c7c028c70c10542853fe5026e [file] [log] [blame]
Hao Zhu6f362bb2017-10-23 23:21:38 -04001% 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{
7spec_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.
16Possible 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{
22Setup bootstrap popover
23}