Closed
Bug 309751
Opened 20 years ago
Closed 20 years ago
a little change needed in page
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pavels, Unassigned)
References
()
Details
Index: mozilla-org/html/editor/ie2midas.html
===================================================================
RCS file: /cvsroot/mozilla-org/html/editor/ie2midas.html,v
retrieving revision 1.5
diff -u -r1.5 ie2midas.html
--- mozilla-org/html/editor/ie2midas.html 20 May 2003 21:25:27 -0000 1.5
+++ mozilla-org/html/editor/ie2midas.html 23 Sep 2005 14:17:43 -0000
@@ -204,6 +204,13 @@
Inserting arbitrary HTML is not supported at this time. For an example of how
to insert a table,
plese see the demo at <a
href="http://www.mozilla.org/editor/midasdemo">http://www.mozilla.org/editor/midasdemo</a>
</p>
+<p>pavels@capital.lv writes:<br>
+However it's still possible. See example:<br>
+<pre>
+tempdiv=document.createElement("div");
+tempdiv.innerHTML="<b>Here we add some html</b><br>One more line";
+getDocument().body.appendChild(tempdiv);
+</pre>
</li>
<li>
The <span style="font-family: monospace;">print</span> option to execCommand
does not work with Mozilla.
Comment 1•20 years ago
|
||
mkaply: Can you look into this since you created and maintained editor/ie2midas.html?
Updated•20 years ago
|
Assignee: www-mozilla-org → nobody
QA Contact: danielwang → www-mozilla-org
Comment 2•20 years ago
|
||
I added this change.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•17 years ago
|
Product: mozilla.org → Websites
| Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•