2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 111 forks source link

Widget js loads before jquery #125

Open dePhantum opened 6 years ago

dePhantum commented 6 years ago

I am seeing the following error.

jquery.js?v=1505308094:5 Uncaught Error: jQuery should be loaded before CKEditor jQuery adapter. at jquery.js?v=1505308094:5 at jquery.js?v=1505308094:10

Is there an option to output the jquery script myself? the jquery is loaded last for this site.

tonydspaniard commented 5 years ago

@dePhantum that is very difficult if you haven't changed the AssetManager component of your application. The reason is due that the widget is using https://github.com/2amigos/yii2-ckeditor-widget/blob/master/src/CKEditorAsset.php#L19 to register its assets and as you can see it depends on its Yii query package.

PS: Apologies for being so late to respond.