Closed
Bug 186004
Opened 23 years ago
Closed 3 years ago
expand midas documentation
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Brade, Unassigned)
References
Details
(Whiteboard: midas)
The documentation for midas should explain that setting designMode needs to be
done in onLoad of the body.
Dirk's code looks like this:
<script language="JavaScript">
this.addEventListener('load', function _initWYSIWYG(e)
{document.getElementById('editor').contentDocument.designMode = 'on'},
false)
</script>
Mike--do you or someone on your team want to fix this bug?
| Reporter | ||
Updated•23 years ago
|
Whiteboard: midas
| Reporter | ||
Comment 1•23 years ago
|
||
generalizing this bug to also include:
documentation should discuss how to query for the functionality being present
Summary: doc for midas should explain: setting designMode done in onLoad → expand midas documentation
Updated•19 years ago
|
QA Contact: sujay → editor
Comment 2•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: brade → nobody
Comment 3•3 years ago
|
||
I don't see the document in MDN anymore.
https://developer.mozilla.org/ja/search?q=designmode&locale=en-US
(Although I see a Japanese translated version, it perhaps should be deleted and the example in it users load event.)
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•