Welcome Guest Search | Active Topics | Members

To make "Add All" & "Remove All" buttons invisible on ImageUploader 4.0 Options
DSCarl
Posted: Wednesday, July 19, 2006 8:43:50 AM
Rank: Member
Groups: Member

Joined: 4/26/2006
Posts: 61
Points: 0
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
Posted: Wednesday, July 19, 2006 9:31:23 AM

Rank: Advanced Member
Groups: Administration , Member

Joined: 7/28/2003
Posts: 1,254
Points: -345
Location: WA, US
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", "");


Best regards,
Fedor Skvortsov
DSCarl
Posted: Wednesday, July 19, 2006 11:46:21 AM
Rank: Member
Groups: Member

Joined: 4/26/2006
Posts: 61
Points: 0
Thanks Fedor.

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

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.