‘onBeforeEditFocus’ Example
Monday, August 3rd, 2009
<html>
<body>
<p contenteditable="true"
onbeforeeditfocus="alert(’The text is prepared for editing’)">
Click in this text and type some text.
</p>
</body>
</html>
<html>
<body>
<p contenteditable="true"
onbeforeeditfocus="alert(’The text is prepared for editing’)">
Click in this text and type some text.
</p>
</body>
</html>