Skip to search.
ydn-javascript · Yahoo! User Interface Library Group

Group Information

  • Members: 10919
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Fixed-size ImageCropper   Message List  
Reply Message #33692 of 52481 |
Re: Fixed-size ImageCropper

This is slightly crude but could be sufficient enough for your needs.
I would try getting the resizeObject for your cropper and then locking
the dd element for all the handles.

e.g.

var resizer = cropper.getResizeObject();
// lock dd on all handles
resizer._dds.b.locked=true;
resizer._dds.bl.locked=true;
resizer._dds.br.locked=true;
resizer._dds.l.locked=true;
resizer._dds.r.locked=true;
resizer._dds.t.locked=true;
resizer._dds.tl.locked=true;
resizer._dds.tr.locked=true;






Wed Jul 2, 2008 1:23 pm

osirishinzen
Offline Offline
Send Email Send Email

Message #33692 of 52481 |
Expand Messages Author Sort by Date

Is there a way to prevent resizing of the crop area? I want my users to always use the fixed size I provide....
andrei_zm Offline Send Email Apr 18, 2008
6:00 am

andrei_zm -- Currently it does not, please file a feature request here: http://developer.yahoo.com/yui/imagecropper/#filingbugs Dav Dav Glass ...
Dav Glass
dav.glass Offline Send Email
Apr 18, 2008
4:13 pm

This is slightly crude but could be sufficient enough for your needs. I would try getting the resizeObject for your cropper and then locking the dd element for...
osirishinzen Offline Send Email Jul 2, 2008
1:23 pm

This works great but what if I want to hide them instead of locking them. Any Idea ?? Thanks in advance Rachana...
Gupta,Rachana
rachana1101 Offline Send Email
Apr 15, 2009
9:59 pm

Hi, It will be great if anyone can answer how to hide the cropper controls instead of making locked or atleast tell me whether it is possible or not. I will be...
rachana gupta
rachana1101 Offline Send Email
Apr 22, 2009
3:42 pm

Just destroy it and recreate it when you need it again.. -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer virus,...
Dav Glass
dav.glass Offline Send Email
Apr 22, 2009
5:48 pm
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help