YUI recommends YUI3.
YUI 2 has been deprecated since 2011. This site acts as an archive for files and documentation.
This documentation is no longer maintained.
This example shows how to make an image croppable with some advanced features.
The ImageCropper Control will only work when applied to an image. So we place an image on the page and give it an id.
Next we call the ImageCropper
constructor on the image.
In this example, we are setting up a few advanced configs:
initialXY
: The initial position of the crop region (defaults to [10, 10]).initHeight
: The inital height of the crop region (defaults to 1/4 the height).initWidth
: The inital width of the crop region (defaults to 1/4 the width).keyTick
: The tick interval for the arrow keys (defaults to 1 pixel)shiftKeyTick
: The tick interval for the arrow keys when the shift key is pressed (defaults to 10 pixels)Note: Logging and debugging is currently turned off for this example.
All YUI 2.x users should review the YUI 2.8.2 security bulletin, which discusses a vulnerability present in YUI 2.4.0-2.8.1.
Copyright © 2013 Yahoo! Inc. All rights reserved.