2amigos / yii2-ckeditor-widget

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

Fixes #3 (quickfix) #4

Closed klevron closed 10 years ago

klevron commented 10 years ago

https://github.com/2amigos/yii2-ckeditor-widget/issues/3

Update corresponding input field on editor blur event, and trigger blur on this input.

We should maybe create an option to enable this feature ?

tonydspaniard commented 10 years ago

@klevron now that you pointed to it... maybe it should be but I think this is the correct behavior though. I'll give it a thought this weekend

fabioaccetta commented 10 years ago

I wrote some code to make ckeditor able to validate client-side.

Here: https://github.com/2amigos/yii2-ckeditor-widget/issues/3

P.S.: sorry, I noted this PR too late (I already commented the issue...)

tonydspaniard commented 10 years ago

@fabioaccetta @klevron Thanks... I need to find the time to review, but all looks fine

SonicGD commented 10 years ago

@tonydspaniard can you merge this PR, please?

tonydspaniard commented 10 years ago

@klevron @SonicGD I have provided a different approach that is following the standards of our other extensions. Let me know if it works for you previous creating a new patch tag for it... Thanks