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

Notification

Icon
Error

Options
Go to last post Go to first unread
kevincal  
#1 Posted : Tuesday, May 3, 2005 1:00:00 AM(UTC)
kevincal

Rank: Member

Groups: Member
Joined: 4/27/2005(UTC)
Posts: 4

Is there any way to hide the area that is reserved for descriptions? I set the readonly flag to true and the descriptiontext to "" but there is still a box visible underneath the photo in the thumbnail pane. is there a way to remove that box?

thanks
Fedor  
#2 Posted : Tuesday, May 3, 2005 1:09:00 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
ShowDescriptions property is what you need. :)

Edited by user Thursday, February 14, 2008 6:34:54 PM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
PhilInco  
#3 Posted : Wednesday, September 30, 2009 8:51:18 PM(UTC)
PhilInco

Rank: Newbie

Groups: Member
Joined: 9/30/2009(UTC)
Posts: 1

Hello,

Can you give more details because I try to hide them too, and when I copy the code linked to your page example, I have an error addParam() no set. Plus in 6.1 version of imageUploader it's not
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
but
$iu = new ImageUploader('ImageUploader1', 645, 500);

please help!
Thank you.
prakum  
#4 Posted : Wednesday, September 30, 2009 9:14:13 PM(UTC)
prakum

Rank: Newbie

Groups: Member
Joined: 7/12/2009(UTC)
Posts: 5

put the ShowDescriptions() property to false. if using php it would be something like this.

$iu->setShowDescriptions(false);
Users browsing this topic
Guest
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.