Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

After last composer update, the full version not render... #33

Closed
rafaelwithoeft opened this issue Apr 13, 2015 · 5 comments
Closed

After last composer update, the full version not render... #33

rafaelwithoeft opened this issue Apr 13, 2015 · 5 comments
Assignees
Labels

Comments

@rafaelwithoeft
Copy link

After last update, the full version of ckeditor not render, only the basic or standart... why? :/

composer.json

"2amigos/yii2-ckeditor-widget" : "~1.0"

code

echo $form->field($modelCabecalho, 'valor', ['template' => '{input}{hint}{error}'])->widget(CKEditor::className(), [
    'options' => ['rows' => 3],
    'preset' => 'full'
]);
@tonydspaniard
Copy link
Member

The problem is the latest update: d2e4c96#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780R30

@creocoder we need to full version of it

@osnwach
Copy link

osnwach commented Apr 28, 2015

CKeditor not showing on my form.
I used this code:

field($model, 'comment')->widget(\dosamigos\ckeditor\CKEditor::className(),[ 'preset'=>'full', ]) ?>

But I dont see the CKeditor, when I preview in Browser. Please why is it so ?

@tonydspaniard
Copy link
Member

Will fix it tomorrow guys sorry

@tonydspaniard
Copy link
Member

We made a mistake... Apologies

@creocoder
Copy link
Contributor

Fixed by 1.0.4 release

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants