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

Notification

Icon
Error

Options
Go to last post Go to first unread
DSCarl  
#1 Posted : Wednesday, July 19, 2006 12:43:50 AM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

Hello,

I can make the UploadListButtons not visible.
What I really need is to make only the "Add All" & "Remove All" buttons invisible.
How do I accomplish this? Hope to hear from someone soon.

Thanks.
DSCarl.
Fedor  
#2 Posted : Wednesday, July 19, 2006 1:31:23 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)
Quote:
I can make the UploadListButtons not visible.
What I really need is to make only the "Add All" & "Remove All" buttons invisible.
How do I accomplish this? Hope to hear from someone soon.


ButtonAddAllToUploadListText and ButtonRemoveAllFromUploadListText properties will help you. For both of these properties if an empty string specified, the buttons become invisible.

So way just use the following code:

Code:
iu.addParam("ButtonAddAllToUploadListText", "");
iu.addParam("ButtonRemoveAllFromUploadListText", "");

Edited by user Monday, February 18, 2008 6:45:09 PM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
DSCarl  
#3 Posted : Wednesday, July 19, 2006 3:46:21 AM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

Thanks Fedor.

Regards,
DSCarl.
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.