TinyMCE:API/tinymce.dom.DOMUtils/serializeStyle

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: serializeStyle

Summary

Serializes the specified style object into a string.

Syntax

<String> serializeStyle(<Object> o)

Parameters

o
Object to serialize as string for example: {border : '1px solid red'}

Returns

String representation of the style object for example: border: 1px solid red.

Personal tools