zxbodya / yii2-tinymce

Yii2 extension, tinymce wysiwyg editor
17 stars 10 forks source link

Class 'zxbodya\yii2\tinymce' not found #2

Closed croatiangrn closed 9 years ago

croatiangrn commented 9 years ago

Can you suggest how to fix this?

zxbodya commented 9 years ago

there is no such class in extension... how did you got this error?

croatiangrn commented 9 years ago

I installed your extension, and assumed that this is the right way to use it:

use zxbodya\yii2\tinymce;

zxbodya commented 9 years ago

It should be use zxbodya\yii2\tinymce\TinyMce;

zxbodya\yii2\tinymce is just namespace, but you need widget class from it

croatiangrn commented 9 years ago

Thank you!