Backend\VueComponents\DocumentMarkdownEditor

Overview

Markdown editor for the Document UI Vue component.

Extends

Public Properties

There are no public properties in the class.

Show inherited public properties

Inherited Public Properties

Protected Properties

protected $require

require Vue component class names for this component.

Show inherited protected properties

Inherited Protected Properties


Public Methods

Show inherited public methods

Inherited Public Methods

Protected Methods

protected loadAssets()

protected loadAssets(): void 

Adds component specific asset files. Use $this->addJs() and $this->addCss() to register new assets to include on the page. The default component script and CSS file are loaded automatically.

protected loadDependencyAssets()

protected loadDependencyAssets(): void 

Adds dependency assets required for the component. This method is called before the component's default resources are loaded. Use $this->addJs() and $this->addCss() to register new assets to include on the page.

protected prepareVars()

protected prepareVars(): void

Prepares variables required by the component's partials

protected registerSubcomponents()

protected registerSubcomponents(): void

Show inherited protected methods

Inherited Protected Methods