JavaScript DHTML/Event onMethod/onBeforeEditFocus — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
| |
Текущая версия на 07:20, 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>