Skip to content

API Documentation: workspaces.createCompleteBookmarkletURL()

Ben Zelnick edited this page Jun 18, 2019 · 2 revisions

Summary

Supported Versions

1.0.0+

Purpose

Creates a complete bookmarklet URLs from an array of URL and, optionally, a workpsace title

Access Method

bookmarklets.workspaces.createCompleteBookmarkletURL(URLArray, workspaceTitle)

Other Information

No content

Details

Return Value

Description

The complete bookmarklet URL created from an array of URLs, with code for a confirm dialog, if workspaceTitle is defined

Type

String

Parameters

URLArray

Description

The array of URLs separated by commas with no spaces, to be compiled into a bookmarklet URL

Type

Object, required

workspaceTitle

Description

The title of the workspace to be included in the window.confirm dialog; if not present, no confirm dialog will be added to the bookmarklet URL

Type

String, optional

Our new sidebar navigation guide is coming soon...

Clone this wiki locally