TinyMCE:API/tinyMCEPopup/getParam

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: getParam

Summary

Returns a editor parameter/config option value.

Syntax

<String> getParam(<String> n, <String> dv)

Parameters

n
Name of the editor config option to retrieve.
dv
Optional default value to return.

Returns

Parameter value or default value if it wasn't found.

Personal tools