2amigos / yii2-ckeditor-widget

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

Fix bug with csrf token issue #68 #72

Closed mbv closed 8 years ago

mbv commented 8 years ago

Form insertion image can have 2, 3 or 4 tabs. If it has 2 or 3 tabs, tab of uploading image is 2. If it has 4 tabs, tab of uploading image is 3. image image image

nirvana-msu commented 8 years ago

This PR should not be merged. It is not generic enough - it still does not handle multiple widgets. Instead, the following code should be used.

mbv commented 8 years ago

@nirvana-msu It works good when your locale is English. But this didn't work on other locale, when title isn't "Upload". image image

nirvana-msu commented 8 years ago

@mbv, thanks! Updated my issue comment as well.

tonydspaniard commented 8 years ago

Thanks all @mbv @nirvana-msu !