TinyMCE:API/tinymce.Editor/queryCommandState
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: queryCommandState
[edit]
Summary
Returns a command specific state, for example if bold is enabled or not.
[edit]
Syntax
<bool> queryCommandState(<string> c)
[edit]
Parameters
- c
- Command to query state from.
[edit]
Returns
Command specific state, for example if bold is enabled or not.
