javascript - automatic slideshow of JSPs in a Java Project -


i have java project, collection of jsps. there 1 jsp displays charts & corresponding table dynamically. jsp contains different charts drawn using dojo, javascripts , fetches data db. each set of data displayed on jsp page has it's own set of drop-down cluster boxes , each value of cluster displays different chart. requirement is, want these charts & corresponding tables of single jsp page displayed slideshow.i understand ppt doesn't work because should able change charts in page drop down. there way solve this. please help.

you can achieve using dojox/widget/rotator or dojox/widget/autorotator widget. can find more information @ reference guide.

each pane should contentpane (or have contentpane child). if want execute javascript on these jsps can use dojox/layout/contentpane. if use declarative markup or don't have javascript code in slide-jsps, can use basic dijit/layout/contentpane.

they both have attribute called href can use load external jsp pages.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -