mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-13 17:08:05 -05:00
20 lines
630 B
R
20 lines
630 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/bookmark-state.R
|
|
\name{showBookmarkUrlModal}
|
|
\alias{showBookmarkUrlModal}
|
|
\title{Display a modal dialog for bookmarking}
|
|
\usage{
|
|
showBookmarkUrlModal(url)
|
|
}
|
|
\arguments{
|
|
\item{url}{A URL to show in the modal dialog.}
|
|
}
|
|
\description{
|
|
This is a wrapper function for \code{\link{urlModal}} that is automatically
|
|
called if an application is bookmarked but no other \code{\link{onBookmark}}
|
|
callback was set. It displays a modal dialog with the bookmark URL, along
|
|
with a subtitle that is appropriate for the type of bookmarking used ("url"
|
|
or "server").
|
|
}
|
|
|