blockLevelList Since: 1.3.0
Static string property containing the names of block-level nodes separated by the bar (|
) character.
This is used by the isInline() method.
Defaults to: |body|hr|p|div|h1|h2|h3|h4|h5|h6|address|pre|form|table|tbody|thead|tfoot|th|tr|td|li|ol|ul|blockquote|center|details|section|article|aside|nav|main|header|hgroup|footer|fieldset|dl|dt|dd|figure|figcaption|
Syntax
var blocks = sceditor.dom.blockLevelList;
sceditor.dom.blockLevelList = '|p|div|...|';