TinyMCE:API/tinymce.dom.DOMUtils/isHidden
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: isHidden
[edit]
Summary
Returns true/false if the element is hidden or not by checking the "display" style.
[edit]
Syntax
<bool> isHidden(<String/Element> e)
[edit]
Parameters
- e
- Id or element to check display state on.
[edit]
Returns
true/false if the element is hidden or not.
