TinyMCE:API/tinymce.dom.DOMUtils/isHidden

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: isHidden

Summary

Returns true/false if the element is hidden or not by checking the "display" style.

Syntax

<bool> isHidden(<String/Element> e)

Parameters

e
Id or element to check display state on.

Returns

true/false if the element is hidden or not.

Personal tools