excludedTags([tags])

Class: DocumentEditor.

Description:

Sets/gets a comma separated list of HTML tags to be excluded (stripped away) from HTML document (when content type is set to HTML using html(true).

Parameters:

Name Type Description

[tags]

string

A list of tags separated by comma. e.g. editor.excludedTags("hr audio video div");

Returns:

Type: DocumentEditor | string