Search the web
Sign In
New User? Sign Up
ycarousel · Bill Scott's Carousel Component
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Regarding placing Carousel control dynamically   Message List  
Reply | Forward Message #483 of 506 |
I am using asp.net 3.5.

I need to implement Carousel controls(more than one) dynamically when
user can click on either asp button or link button.

I have placed one Carousel control successfully on the page.
Whenever, I
am calling more than one Carousel control then I have faced the
problems.

My questions are

How can I call the below function dynamically?
---------------------------------------
var carousel; // for ease of debugging; globals generally not a good
idea

var pageLoad = function()
{
carousel = new YAHOO.extension.Carousel("dhtml-carousel",
{
numVisible: 4,
animationSpeed: 0.4,
scrollInc: 3,
loadInitHandler: loadInitialItems,
prevElement: "prev-arrow",
nextElement: "next-arrow",
loadNextHandler: loadNextItems,
loadPrevHandler: loadPrevItems,
prevButtonStateHandler: handlePrevButtonState,
nextButtonStateHandler: handleNextButtonState
}
);

};
-----------------------------------------





Mon Mar 2, 2009 1:06 pm

nee_addanki
Offline Offline
Send Email Send Email

Forward
Message #483 of 506 |
Expand Messages Author Sort by Date

I am using asp.net 3.5. I need to implement Carousel controls(more than one) dynamically when user can click on either asp button or link button. I have placed...
nee_addanki
Offline Send Email
Mar 2, 2009
1:06 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help