copyCSS(from, to) Since: 1.3.0
Copies the CSS from one DOM node to another.
Syntax
sceditor.dom.copyCSS(from, to);
Parameters
from
Type: Node
The DOM node to copy the CSS from.
to
Type: Node
The DOM node to copy the CSS to.
Copies the CSS from one DOM node to another.
sceditor.dom.copyCSS(from, to);
from
Type: Node
The DOM node to copy the CSS from.
to
Type: Node
The DOM node to copy the CSS to.