Backend\VueComponents\RichEditorDocumentConnector

Extends:

Rich Editor Document connector Vue component

Public properties

There are no public properties in the class.

Show inherited public properties

Inherited public properties

Protected properties

protected $require

A list of Vue component class names required for this component.

Show inherited protected properties

Inherited protected properties

Public methods

Show inherited public methods

Inherited public methods

Protected methods

protected void loadAssets()

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 void loadDependencyAssets()

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 void prepareVars()

Prepares variables required by the component's partials

protected void registerSubcomponents()

Show inherited protected methods

Inherited protected methods