MidasFrom MozillaZine Knowledge Base(Redirected from Firefox : Midas)
[edit] What is Midas?Midas is a rich text editor built into Firefox that is similar to an editor built in to Microsoft Internet Explorer. Midas can be turned on by setting the [edit] How is it similar to Internet Explorer's feature? How is it different?You enable this editor in Internet Explorer by adding the "ContentEditable" attribute to that element in the HTML.
Basically, it turns that element into a miniature text editor with a lot of neat features such as the ability to format text and insert images. Firefox does not support the "contenteditable" HTML attribute, but it does support a property of the Rather than using the "contenteditable" attribute on individual HTML elements, Midas makes an entire document editable. Beyond that, the code for Mozilla's editor is very similar to the code for Internet Explorer's editor. Mozilla's editor can format text and insert links and images just like Internet Explorer's editor. Beyond the built in [edit] Can I see an example of Mozilla's editor?Here's a simple example. Another example, cunaAform, demonstrates much more of what it can do. cuneAform is also available as a Firefox extension. Here's another example that works in both IE and Mozilla. [edit] If Firefox's editor only works on an entire document and not a specific element, then how do I embed an editor on a webpage?Most people use an iframe to embed the editor on the page. See that simple example to get an idea. [edit] Do any other web browsers support this kind of editor?Safari has an implementation similar to IE. [edit] Do any real-world websites use Mozilla's editor?
[edit] Where can I find the documentation
[edit] I'm not a developer. How'd I get here?Maybe you were looking for rich text editing to answer questions about websites like Hotmail, Yahoo! Mail, and some forum websites. |
|