Open GoogleCodeExporter opened 8 years ago
Sorry, I have totaly forgot this issue.. will look into this and I will try to
find a workaround with the config for you
Original comment by mcyr...@gmail.com
on 9 Jan 2014 at 9:48
Original comment by mcyr...@gmail.com
on 9 Jan 2014 at 9:49
Could you try to edit js/sessionweb-edit-v26.js
edit function SetContentsCharter
and change
var config = {extraPlugins: 'onchange'};
to
var config = {
extraPlugins: 'onchange',
allowedContent: true
};
This works for me at least
Original comment by mcyr...@gmail.com
on 9 Jan 2014 at 9:59
finally I found the time to try your workaround for my scenario: It works!
Thanks a lot!!
I use "Sessionweb ver 25" so I changed the file js/sessionweb-edit-v25.js the
described way:
function SetContentsNotes(text) {
// var config = { extraPlugins: 'onchange'};
// CKEDITOR.replace('noteseditor');//, config);
var config = {
extraPlugins: 'onchange',
allowedContent: true
};
CKEDITOR.replace('noteseditor', config);
Original comment by dietmar....@gmail.com
on 22 Jan 2014 at 5:05
Original issue reported on code.google.com by
dietmar....@gmail.com
on 12 Dec 2013 at 11:37