editor.plugins.LinkBubble.Action Extends
Constructor for extra actions that can be added to the link bubble.

Inheritance

Constructor

goog.editor.plugins.LinkBubble.Action(spanIdlinkIdmessagetoShowFnactionFn)

Parameters

spanId : string
The ID for the span showing the action.
linkId : string
The ID for the link showing the action.
message : string
The text for the link showing the action.
toShowFn : function(string):boolean
Test function to determine whether to show the action for the given URL.
actionFn : function(string):void
Action function to run when the action is clicked. Takes the current target URL as a parameter.

Instance Methods

Public Protected Private
actionFn_()
No description.
code »
toShowFn_()
No description.
code »

Instance Properties

linkId_ :
No description.
Code »
message_ :
No description.
Code »
spanId_ :
No description.
Code »

Package editor.plugins.LinkBubble

Package Reference