Hi!
Can FCKEditor be included into XHTML 1.0 Strict pages?
I have tried using <object> (instead of <iframe>) and it seems to mostly work, except:
a) language (maybe other things too) set using the hidden "<InstanceName>___Config" field isn't taken into account on Safari (it works in Firefox)
b) Style/Format/Font/Size (dropdown menus) don't open.
The code I'm using is:
Is using FCKEditor with XHTML Strict supposed to be supported? Has anyone gotten it to work?
Regards,
Jaka Jancar
Can FCKEditor be included into XHTML 1.0 Strict pages?
I have tried using <object> (instead of <iframe>) and it seems to mostly work, except:
a) language (maybe other things too) set using the hidden "<InstanceName>___Config" field isn't taken into account on Safari (it works in Firefox)
b) Style/Format/Font/Size (dropdown menus) don't open.
The code I'm using is:
<input type="hidden" id="pageEditor" name="pageEditor" value="" style="display:none" /> <input type="hidden" id="pageEditor___Config" value="AutoDetectLanguage=false&DefaultLanguage=sl" style="display:none" /> <object class="fckeditor" id="pageEditor___Frame" data="/trunk/javascript/fckeditor/editor/fckeditor.html?InstanceName=pageEditor&Toolbar=Default&timestamp=1217860759" type="text/html"></object>
Is using FCKEditor with XHTML Strict supposed to be supported? Has anyone gotten it to work?
Regards,
Jaka Jancar
Re: Does FCKEditor support XHTML 1.0 Strict pages? (<object&g
Re: Does FCKEditor support XHTML 1.0 Strict pages? (<object&g
Trying to change the main iframe to an object just "to pass validation" is useless, you are lying to yourself because there would still be iframes around, and document.write and every kind of thing that makes working with XHTML impossible.
Re: Does FCKEditor support XHTML 1.0 Strict pages? (<object&g
Jaka
Re: Does FCKEditor support XHTML 1.0 Strict pages? (<object&g
Re: Does FCKEditor support XHTML 1.0 Strict pages? (<object&g
Could you (or anyone who gets this trick) explain a little bit more ? Does that mean something like what comes next + a javascript code ? What would be that javascript code, for someone used to php that knows only rough basics of javascript ?
Re: Does FCKEditor support XHTML 1.0 Strict pages? (<object&g