TinyMCE:API/tinymce.dom.DOMUtils/getStyle

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: getStyle

Summary

Returns the current style or runtime/computed value of a element.

Syntax

<String> getStyle(<String/Element> n, <String> na, <String> c)

Parameters

n
HTML element or element id string to get style from.
na
Style name to return.
c
Computed style.

Returns

Current style or computed style value of a element.

Personal tools