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

Notification

Icon
Error

Options
Go to last post Go to first unread
Gini  
#1 Posted : Monday, August 21, 2006 1:05:27 AM(UTC)
Gini

Rank: Member

Groups: Member
Joined: 8/16/2006(UTC)
Posts: 9

Hi

I'musing Image Uploader. I have one question

I have set the property to

Code:
iu.addParam("PaneLayout", "OnePane");

and i want to turn-off the Add Folder button from the control.

How can i do this?

Appricated for helping.

Thanks

Edited by user Tuesday, February 19, 2008 1:21:33 PM(UTC)  | Reason: Not specified

Gini
Fedor  
#2 Posted : Monday, August 21, 2006 12:42:13 PM(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)
ButtonAddFoldersText parameter is what you need.

Just set it to empty string to hide the "Add Folders" button:

Code:
iu.addParam("ButtonAddFoldersText", "");

Edited by user Tuesday, February 19, 2008 1:24:58 PM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

Gini  
#3 Posted : Friday, August 25, 2006 4:04:55 AM(UTC)
Gini

Rank: Member

Groups: Member
Joined: 8/16/2006(UTC)
Posts: 9

Thank you i got it
Gini
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.