This is a migrated thread and some comments may be shown as answers.

crop image

2 Answers 219 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 24 Sep 2011, 06:28 AM
How can I disable Constrain Proportions button, Swap button, and Aspect Radio dropdown from the crop image pop up? I have seen this link but that didnt help me about disabling those...

http://www.telerik.com/community/forums/aspnet-ajax/image-editor/crop-dialog-using-static-width-height.aspx

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Sep 2011, 02:12 PM
Hello Mark,

Try the folowing CSS to hide Constrain Proportions button, Swap button, and Aspect Ratio Dropdown.
CSS:
.RadButton_Default.rbSkinnedButton
{
  display:none !important;
}
 .RadComboBox_Default, .RadComboBox_Default .rcbInput, .RadComboBoxDropDown_Default
{
  display:none !important;
}
.rieResizeButtons
{
  background:none !important;
}

Thanks,
Shinu.
0
Mark
Top achievements
Rank 1
answered on 26 Sep 2011, 05:24 PM
Thank you for reply, but couldnt get that working on because it is also not showing crop and cancel buttons.. But, that is ok, I am doing it differently..
Tags
ImageEditor
Asked by
Mark
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Mark
Top achievements
Rank 1
Share this question
or