Yahoo! Developer Network Home - Help

YUI Library Examples: ImageCropper Control (beta): Simple Crop Interface

ImageCropper Control (beta): Simple Crop Interface

This example shows how to make an image croppable.

Setting up the Image Cropper

The ImageCropper Control will only work when applied to an image. So we place an image on the page and give it an id.

1<img src="assets/yui.jpg" id="yui_img" height="333" width="500"
view plain | print | ?

Creating the ImageCropper instance

Next we call the ImageCropper constructor on the image.

1(function() { 
2    var Dom = YAHOO.util.Dom, 
3        Event = YAHOO.util.Event; 
4     
5    var crop = new YAHOO.widget.ImageCropper('yui_img'); 
6})(); 
view plain | print | ?

YUI Logger Output:

Logger Console

INFO0ms (+0) 4:10:16 AM:

global

Logger initialized

Note: You are viewing this example in debug mode with logging enabled. This can significantly slow performance.

Reload with logging
and debugging disabled.

More ImageCropper Control (beta) Resources:

Copyright © 2008 Yahoo! Inc. All rights reserved.

Privacy Policy - Terms of Service - Copyright Policy - Job Openings