Closed (fixed)
Project:
CkEditor Plugin: Google Doc embedded iframe
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Oct 2012 at 15:01 UTC
Updated:
23 Oct 2012 at 03:04 UTC
I have installed the modules and libraries, and I do not get a button on my editor.
Everything has been installed as new today.
Comments
Comment #1
Rob_Gnome commentedok - I have got the button working - this was me being stupid with the config of CKeditor - but now when I load the page I have created with a link to a document that is set as public in google docs - I get source code in a frame. Please see here for an example:http://www.ourdevonshirekitchen.co.uk/?q=node/9
Comment #2
cubeinspire commentedI just got this:
Page not found
The requested page "/?q=node/9" could not be found.
Please check that the URL is well formatted. I wanted to add a validation function using the using the CKEditor API:
validate : CKEDITOR.dialog.validate.functions(),But is simply not working... they say the bug is repaired but its still there (http://dev.ckeditor.com/ticket/5996) so i just made the "notEmpty" validation that works fine.
Hmm I guess I can make some urlencode before outputting the URL that can solve many problems !
Thanks for the report I commit that changes right now !