in reply to IE as editor
Of course, you can add a tool bar and use it's built-in calls, but warning: much of the way it styles text is antiquated HTML (I use my own javascript to make it more XHTML/CSS savvy). Anyway, that's what I've using for my CMS for a few years. I just hope Bill doesn't yank it in some future version of IE—or a bunch of CMS's will be instantly crippled.<script type="text/javascript"> function initEditor() { Editor.document.designMode="On"; Editor.document.open(); Editor.document.write("<body><tmpl_var content><\/body>"); Editor.document.close(); } </script> ... HTML ... <iframe name="Editor" id="editor" marginheight="4" marginwidth="8" wid +th="610" height="400" align="top"></iframe>
|
|---|