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

Notification

Icon
Error

Options
Go to last post Go to first unread
chads2000  
#1 Posted : Sunday, May 20, 2007 11:54:58 PM(UTC)
chads2000

Rank: Member

Groups: Member
Joined: 4/3/2007(UTC)
Posts: 10

I am tring to install File Downloader on our system and I wanted to check out the paramaters that I can add for the File Downloader and the FileDownloader.chm does not show anything.

Is there a way to pass a variable through the Listener

ex.

Code:
fd.addEventListener("Image1.jpg", "FileDownload");


or have the button be an image.

Edited by user Tuesday, February 26, 2008 11:21:46 AM(UTC)  | Reason: Not specified

- Chad
Eugene Kosmin  
#2 Posted : Sunday, May 27, 2007 2:12:21 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)
Hello Chad,

Sorry for a long delay.

You can only set an event handler through the Listener. You can read more information about listeners in Helper Script Reference article.

Parameters can be set with something like that:
Code:
fd.addParam(“paramName”,”paramValue”);
Here is a full list of parameters which could be used. As for image button, read this topic regarding customizing appearance and try to use ButtonDownloadImageFormat property.

Edited by user Tuesday, October 28, 2008 7:03:02 AM(UTC)  | Reason: Not specified

Best regards,
Eugene Kosmin
The Aurigma Development Team
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.