remove "Midas" codename from page contents; describing as "Rich Text Editing"; NOT PART OF BUILD
git-svn-id: svn://10.0.0.236/trunk@143103 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1d6930ebf9
commit
f974429b3f
@ -9,9 +9,10 @@
|
||||
<body>
|
||||
Last revised: May 30, 2003<br>
|
||||
<br>
|
||||
Midas is rich text editing controls for a document.<br>
|
||||
This document describes the rich text editing controls for web pages
|
||||
available in recent mozilla browsers.<br>
|
||||
<br>
|
||||
<h1> Enabling Midas:</h1>
|
||||
<h1> Enabling Rich Text Editing in your web page:</h1>
|
||||
<div style="margin-left: 40px;">Given a document, you can add the
|
||||
attribute
|
||||
"designMode" and set it to "on" to get an editable document. For
|
||||
@ -32,8 +33,9 @@ from being handled but typing and other actions are still possible.<br>
|
||||
<h1>Invoking Commands:</h1>
|
||||
<h2>execCommand<br>
|
||||
</h2>
|
||||
<div style="margin-left: 40px;">Given a document that has Midas
|
||||
enabled,
|
||||
<div style="margin-left: 40px;">Given a document that has rich text
|
||||
editing
|
||||
enabled (see above),
|
||||
you can invoke specific commands on the document by calling execCommand
|
||||
with
|
||||
3 parameters. For example, in JavaScript, if you have an editable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user