search

goog.ui.editor.LinkDialog.OkEvent

Provided By
Extends

OK event object for the link dialog.

new OkEvent( linkText, linkUrl, openInNewWindow, noFollow )

Parameters
linkTextstring

Text the user chose to display for the link.

linkUrlstring

Url the user chose for the link to point to.

openInNewWindowboolean

Whether the link should open in a new window when clicked.

noFollowboolean

Whether the link should have 'rel=nofollow' attribute.

Instance Methods

Instance Properties