9 lines
234 B
PHP
9 lines
234 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
?>
|
||
|
|
|
||
|
|
<?php $this->registerJsFile('@web/spellcheck/autoload.js', ['depends' => [\dosamigos\ckeditor\CKEditorAsset::class]]); ?>
|
||
|
|
|
||
|
|
<?php $this->registerJs('
|
||
|
|
nanospell.ckeditor("all",{server : "php"});
|
||
|
|
', \yii\web\View::POS_END) ?>
|