UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

10 lines (9 loc) 352 B
import { RulerBase } from './base'; export class RulerWrapper extends RulerBase { getRootClassName() { return this.modelData.styles.wrapper.className; } ; constructor(modelData, controls) { super(modelData, controls); this.controls.canvas.parentElement.insertBefore(this.rootElement, this.controls.canvas); } }