Tutorials Point


  Learn Prototype
  Prototype Resources
  Selected Reading

© 2011 TutorialsPoint.COM


  Home     References     Discussion Forums     About TP  

Prototype undoClipping() Method


previous next AddThis Social Bookmark Button


This method sets element's CSS overflow property back to the value it had before Element.makeClipping() was applied.

Syntax:

element.undoClipping();

Return Value:

  • Returns HTML element.

Example:

<html>
<head>
<title>Prototype examples</title>

<script type="text/javascript" 
   src="/javascript/prototype.js">
</script>
<script>

function Clipping(){
   $('framer').makeClipping().setStyle(
               {width: '50px', height: '50px'})
}

function Original(){
   $('framer').undoClipping();
}
</script>
</head>

<body>

  <p>Click the button to see the result.</p>

  <div id="framer">

  <img src="/images/prototype.gif" alt="Prototype Logo" />
  </div>

  <br />
  <input type="button" value="Clipping" onclick="Clipping();"/>
  <input type="button" value="Original" onclick="Original();"/>

</body>
</html>

To understand it in better way you can Try it yourself.



previous next Printer Friendly



  

Advertisement

Online Image Processing

Indian Baby Names