Rank: Member
Groups: Member
Joined: 7/12/2007(UTC) Posts: 5
|
I ran into a little issue.. if I use the addfield method with multipledestinations one wil overwrite the other. Example: I have Code:iu.addEventListener("BeforeUpload", "ImageUploader_BeforeUpload")
iu.addEventListener("BeforeUpload", "beforeUploadHandler");
The first for multipledestinations and the second for additional data is there a way to add both functions to the BeforeUpload? Edited by user Friday, February 22, 2008 11:49:49 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 7/28/2003(UTC) Posts: 1,659
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
Stewart, Quote:Code:iu.addEventListener("BeforeUpload", "ImageUploader_BeforeUpload")
iu.addEventListener("BeforeUpload", "beforeUploadHandler");
You can only set one event handler on one event. However why not just put the code of both ImageUploader_BeforeUpload and beforeUploadHandler event handlers in one function? Edited by user Friday, February 22, 2008 11:50:07 PM(UTC)
| Reason: Not specified |
Best regards, Fedor Skvortsov
|
|
|
|
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.