goog.events.Event | |
goog.ui.editor.LinkDialog.OkEvent | goog.events.Event |
linkText
: string
Text the user chose to display for the link.
|
linkUrl
: string
Url the user chose for the link to point to.
|
openInNewWindow
: boolean
Whether the link should open in a new window
when clicked.
|
noFollow
: boolean
Whether the link should have 'rel=nofollow'
attribute.
|
![]()
Events don't need to be disposed.
For backwards compatibility (goog.events.Event used to inherit
goog.Disposable).
|
code » | |
![]()
Events don't need to be disposed.
For backwards compatibility (goog.events.Event used to inherit
goog.Disposable).
|
code » | |
![]()
Prevents the default action, for example a link redirecting to a url.
|
code » | |
![]()
Stops event propagation.
|
code » |
![]()
No description.
|
Code » | |
![]()
The text of the link edited in the dialog.
|
Code » | |
![]()
The url of the link edited in the dialog.
|
Code » | |
![]()
Whether the link should have 'rel=nofollow' attribute.
|
Code » | |
![]()
Whether the link should open in a new window when clicked.
|
Code » |
![]()
Object that had the listener attached.
|
Code » | |
![]()
Whether the default action has been prevented.
This is a property to match the W3C specification at
http://www.w3.org/TR/DOM-Level-3-Events/
#events-event-type-defaultPrevented .
Must be treated as read-only outside the class.
|
Code » | |
![]()
Whether to cancel the event in internal capture/bubble processing for IE.
|
Code » | |
![]()
Return value for in internal capture/bubble processing for IE.
|
Code » | |
![]()
Target of the event.
|
Code » | |
![]()
Event type.
|
Code » |
![]()
No description.
|
Code » |