immense / knockout-tinymce

TinyMCE binding for Knockout.js
http://rawgit.com/immense/knockout-tinymce/master/demo.html
MIT License
6 stars 4 forks source link

Binding not working when there are two editors #11

Open fcogutierrez opened 7 years ago

fcogutierrez commented 7 years ago

I have these two editors on my layout: https://s8.postimg.org/g4l4cdm5x/Untitled.png

But when I try to set the value from my ViewModel, it's not working and the text is not printed in UI. I set the value with this line: self.value('This is my description...');

And it doesn't work, doesn't appear the text... However, when I use only one editor, the value is printed in the editor...

Any idea?

cmbankester commented 7 years ago

Could you give me a code sample? Are you trying to bind the same observable to multiple editors, or is it two separate observables?