'onBeforeEditFocus' Example : onBeforeEditFocus : Event onMethod JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onBeforeEditFocus »

 

'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>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onBeforeEditFocus