Documentation
Line
insert #
Insert the horizontal line at the caret.
this.app.api('module.line.insert');
or external call:
$R('#content', 'module.line.insert');
remove #
el | Node Element Dom |
Remove the specified line.
this.app.api('module.line.remove', el);
or external call:
$R('#content', 'module.line.remove', el);