The modal dialog generated by urlModal
will display the URL in a
textarea input, and the URL text will be selected so that it can be easily
copied. The result from urlModal
should be passed to the
showModal()
function to display it in the browser.
urlModal(url, title = "Bookmarked application link", subtitle = NULL)
A URL to display in the dialog box.
A title for the dialog box.
Text to display underneath URL.