TinyMCE:API/tinymce.dom.Serializer/addRules
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: addRules
[edit]
Summary
Adds valid elements rules to the serializer this enables you to specify things like what elements should be outputted and what attributes specific elements might have. Consult the Wiki for more details on this format.
[edit]
Syntax
<void> addRules(<String> s)
[edit]
Parameters
- s
- Valid elements rules string to add.
