Version

Dialog Object

Dialog

Object that is passed in as an argument in the ActivityDialogOpening client-side event.

Dialog Methods

getContentUrl

The URL that will open when the showDialog is called.

getCaption

The caption of the dialog.

setCaption

Set the caption of the dialog.

Parameters

string

An string value to display as the new caption.

showDialog

Show the dialog, at the specified height and width.

Parameters

height

An integer value. width

An integer value.