JavaScript DHTML/Event onMethod/onBeforeEditFocus
Версия от 10:02, 26 мая 2010; (обсуждение)
"onBeforeEditFocus" Example
<html>
<body>
<p contenteditable="true"
onbeforeeditfocus="alert("The text is prepared for editing")">
Click in this text and type some text.
</p>
</body>
</html>