firststrong.js
No description.

File Location

/goog/editor/plugins/firststrong.js

Classes

goog.editor.plugins.FirstStrong
First Strong plugin.

Public Protected Private

Global Functions

goog.editor.plugins.FirstStrong.isBlock_(node) boolean
No description.
Arguments:
node : Node
Node to check.
Returns: boolean  Does the given node represent a Block element? Notice we do not consider list items as Block elements in the algorithm.
code »
goog.editor.plugins.FirstStrong.isGeckoBlock_(node) boolean
No description.
Arguments:
node : Node
Node to check.
Returns: boolean  Does the given node represent a Block element from the point of view of FireFox? Notice we do not consider list items as Block elements in the algorithm.
code »

Directory plugins

File Reference