insert

Insert the horizontal line at the caret.

this.app.api('module.line.insert');

or external call:

$R('#content', 'module.line.insert');

remove

Arguments
el Node Element Dom

Remove the specified line.

this.app.api('module.line.remove', el);

or external call:

$R('#content', 'module.line.remove', el);