search

goog.editor.plugins.Blockquote

Provided By
Extends
All Implemented Interfaces

Plugin to handle splitting block quotes. This plugin does nothing on its own and should be used in conjunction with EnterHandler or one of its subclasses.

new Blockquote( requiresClassNameToSplit, opt_className )

Parameters
requiresClassNameToSplitboolean

Whether to split only blockquotes that have the given classname.

opt_classNamestring=

The classname to apply to generated blockquotes. Defaults to 'tr_bq'.

Instance Methods

Instance Properties

Static Properties