Referring to http://ckeditor.com/forums/Support/How-copy-and-paste-normally
Does the CKE 4.x update with inline editing affect the copy/paste issue of security now that there might not be an iframe involved. When testing in http://nightly.ckeditor.com/13-01-23-08-51/standard/samples/inlineall.html I see that there are no input elements in the dom during editing but when I try to paste using the icon I notice that one iframe is added for every inline editor I try to paste into.
Tested with Chrome dev. console using setInterval(function(){console.log(jQuery('iframe').length);},100);
Creation of radio button lists
Hello,
We are working on development of electronic data collection tool.
We are using CKEditor as WYSIWYG tool for definition of questionnaires that are collected from respondents by our software.
Now, we are planning to include codelists support into application.
That means, that user would have in ckeditor toolbar icon, which would allow him to specify codelist on which should be radiobutton list he wishes to have in questionnaire based.
Codelist is simply list of values with their description that is accessible somewhere in our software.
What we would like to achieve is that after specification of radio button list parameters (like codelist) in editor we would like to have created list of radio buttons-one for each codelist value.
My question is how to best achieve this kind of behaviour? (Insert of multiple inputs based on parameters in dialog)
Should we try to proceed with fakeobjects or simply just insert multiple inputs after closing dialog?
Thank you for any advice,
Peter
Did you accidentally reply instead of creating a new topic?
Did you accidentally reply instead of creating a new topic? Or is this related to my post? I'm a bit confused, sorry :)
I don't know how to help you really, maby some other forum member would have an idea.