Hi,
I am new to CKeditor and a bit dumb, it seems.
I am trying to write a plugin, that opens an iframe-dialog and returns the given input from the iframe to the point in the text, where the cursor rests. So far so good, found enough documentation on that.
The second part of the problem is, that the input from the iframe should be marked (by specific tags) an on double click, should open the iframe again. alternatively, it should be possible to highlight a text press the dialog button and in both instances, the given text should be handed as a parameter to the iframe.
i.e. How do I get the text, channel it through the plugin.js into the iframe?
secondare question:
I am using the jquery call to create the editor and am able via method-chaing to change the css of the specific elements. But I can not attach a function-call (function(){alert('hallo');}), that works on all similar elements outside of the iframe. How comes?
Thank you for reading
Kolvar
I am new to CKeditor and a bit dumb, it seems.
I am trying to write a plugin, that opens an iframe-dialog and returns the given input from the iframe to the point in the text, where the cursor rests. So far so good, found enough documentation on that.
The second part of the problem is, that the input from the iframe should be marked (by specific tags) an on double click, should open the iframe again. alternatively, it should be possible to highlight a text press the dialog button and in both instances, the given text should be handed as a parameter to the iframe.
i.e. How do I get the text, channel it through the plugin.js into the iframe?
secondare question:
I am using the jquery call to create the editor and am able via method-chaing to change the css of the specific elements. But I can not attach a function-call (function(){alert('hallo');}), that works on all similar elements outside of the iframe. How comes?
Thank you for reading
Kolvar