PHP Class RainLab\Translate\FormWidgets\MLMarkdownEditor

Author: Alexey Bobkov, Samuel Georges
Inheritance: extends Backend\FormWidgets\MarkdownEditor, use trait RainLab\Translate\Traits\MLControl
Show file Open project: rainlab/translate-plugin

Public Properties

Property Type Description
$originalAssetPath
$originalViewPath

Protected Properties

Property Type Description
$defaultAlias {@inheritDoc}

Public Methods

Method Description
getSaveValue ( $value ) : array Returns an array of translated values for this field
init ( ) {@inheritDoc}
prepareVars ( )
render ( ) {@inheritDoc}

Protected Methods

Method Description
actAsParent ( $switch = true )
loadAssets ( ) {@inheritDoc}

Method Details

actAsParent() protected method

protected actAsParent ( $switch = true )

getSaveValue() public method

Returns an array of translated values for this field
public getSaveValue ( $value ) : array
return array

init() public method

{@inheritDoc}
public init ( )

loadAssets() protected method

{@inheritDoc}
protected loadAssets ( )

prepareVars() public method

public prepareVars ( )

render() public method

{@inheritDoc}
public render ( )

Property Details

$defaultAlias protected property

{@inheritDoc}
protected $defaultAlias

$originalAssetPath public property

public $originalAssetPath

$originalViewPath public property

public $originalViewPath