22 lines
576 B
R
22 lines
576 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/htmlBoxManipulation.R
|
|
\name{htmlAddBoxRegionFromTitle}
|
|
\alias{htmlAddBoxRegionFromTitle}
|
|
\title{Creates an aria landmark for a \code{shinydashboard::box} from the box title}
|
|
\usage{
|
|
htmlAddBoxRegionFromTitle(box)
|
|
}
|
|
\arguments{
|
|
\item{box}{The box to set the aria landmark on}
|
|
}
|
|
\value{
|
|
The modified box
|
|
}
|
|
\description{
|
|
Creates an aria landmark for a \code{shinydashboard::box} from the box title
|
|
}
|
|
\examples{
|
|
x <- shinydashboard::box(title = "This is a powerful box")
|
|
htmlAddBoxRegionFromTitle(x)
|
|
}
|