TinyMCE:API/tinyMCEPopup/getParam
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: getParam
[edit]
Summary
Returns a editor parameter/config option value.
[edit]
Syntax
<String> getParam(<String> n, <String> dv)
[edit]
Parameters
- n
- Name of the editor config option to retrieve.
- dv
- Optional default value to return.
[edit]
Returns
Parameter value or default value if it wasn't found.
