Adds a hyperlink to the specified parent that invokes the specified function on the editor passing along the specified argument. The function name is the name of a function of the editor instance, not an action name.
DOM node to contain the new link.
String that is used as the link label.
instance to execute the function on.
String that represents the name of the function.
Object that represents the argument to the function.
Optional left-padding for the link. Default is 0.
Adds a hyperlink to the specified parent that invokes the specified function on the editor passing along the specified argument. The function name is the name of a function of the editor instance, not an action name.