TinyMCE:API/tinymce.dom.DOMUtils/isBlock

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: isBlock

Summary

Returns true/false if the specified element is a block element or not.

Syntax

<bool> isBlock(<Node> n)

Parameters

n
Element/Node to check.

Returns

True/False state if the node is a block element or not.

Personal tools