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

Notification

Icon
Error

Options
Go to last post Go to first unread
hyperlinked  
#1 Posted : Wednesday, June 25, 2008 3:02:42 PM(UTC)
hyperlinked

Rank: Advanced Member

Groups: Member
Joined: 4/24/2008(UTC)
Posts: 31

I've got a one pane upload view and I don't want users to see the "Edit Description" link underneath their thumbnails.

I added this to my intialization script, but the edit description link continues to show up.

iu.addParam("FolderPaneShowDescriptions", "false");

Is there something else I need to do to suppress this link?

I'm experiencing this in the Java version.

Eugene Kosmin  
#2 Posted : Wednesday, June 25, 2008 3:25:03 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi,

Try to use UploadPaneShowDescriptions:

Code:
//...
iu.addParam("UploadPaneShowDescriptions", "false");
//...

Best regards,

Eugene Kosmin

The Aurigma Development Team

hyperlinked  
#3 Posted : Wednesday, June 25, 2008 5:33:26 PM(UTC)
hyperlinked

Rank: Advanced Member

Groups: Member
Joined: 4/24/2008(UTC)
Posts: 31

Ah thanks. That worked.
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.