Class type Goog.Geditor.Plugins.blockquote
class type blockquote = object..end
Inherits
Splits a quoted region if any. To be called on a key press event. When this ¶
function returns true, the event that caused it to be called should be canceled.
method getTrogClassId : Js.js_string Js.t Js.meth
Returns The ID unique to this plugin class. Note that different
instances off the plugin share the same classId.
method isSetupBlockquote :
'a. (#Dom.node as 'a) Js.t -> bool Js.t Js.meth
Whether the given node is an already set up blockquote.
Returns Whether this node is an already setup blockquote.
method isSilentCommand : Js.js_string Js.t -> bool Js.t Js.meth
Since our exec command is always called from elsewhere, we make it silent.
method isSupportedCommand : Js.js_string Js.t -> bool Js.t Js.meth
Whether the string corresponds to a command this plugin handles.
Returns Whether the plugin handles this type of command.
