Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
IRHM73  
#1 Posted : Saturday, August 4, 2012 6:07:04 AM(UTC)
IRHM73

Rank: Member

Groups: Member
Joined: 2/13/2012(UTC)
Posts: 21

Thanks: 1 times
Hi, I wonder whether someone may be able to help me please.

The extract of code below sets the format and layout of my folder pane.

Code:
$uploader = new Uploader("Uploader1");
$uploader->getFolderPane()->setTileHeight(100);
$uploader->getFolderPane()->setTileWidth(200);
$uploader->getFolderPane()->setTileWidth(200);
$uploader->setWidth("820px");
$uploader->setHeight("450px");


What I would now like to do is remove the 'Crop', 'Rotate' & 'Description' icons from the bottom of each tile when the user hovers over the image.

I've looked at the help, and I can find the settings to change the text for the tooltips, but not how to remove them.

I just wondered whether someone could have a look at this please and offer a little guidance on how I might be able to do this.

Many thanks and kind regards.

Chris

p.shirykalova  
#2 Posted : Sunday, August 5, 2012 10:54:42 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Hi Chris,

Please use the following code:
Code:
$uploader->setEnableImageEditor(FALSE);
$uploader->setEnableDescriptionEditor(FALSE);
$uploader->setEnableRotation(FALSE);
Best regards,
Pauline Shirykalova
Aurigma Technical Support
IRHM73  
#3 Posted : Monday, August 6, 2012 7:45:09 AM(UTC)
IRHM73

Rank: Member

Groups: Member
Joined: 2/13/2012(UTC)
Posts: 21

Thanks: 1 times
Hi Pauline, thank you very much for the quick response and for the solution.

This works great.

Kind regards

Chris
p.shirykalova  
#4 Posted : Monday, August 6, 2012 6:22:27 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Chris,

No problem! Please feel free to contact me if you have any additional questions.
Best regards,
Pauline Shirykalova
Aurigma Technical Support
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.