TinyMCE:API/tinymce.dom.DOMUtils/isBlock
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: isBlock
[edit]
Summary
Returns true/false if the specified element is a block element or not.
[edit]
Syntax
<bool> isBlock(<Node> n)
[edit]
Parameters
- n
- Element/Node to check.
[edit]
Returns
True/False state if the node is a block element or not.
