I am about to create a image slideshow in XPages, all images will refer at the lotus notes database. I don't know how am I going to start on this.
相关问题
- Views base64 encoded blob in HTML with PHP
- How to get the background from multiple images by
- NOT DISTINCT query in mySQL
- Flush single app django 1.9
- CV2 Image Error: error: (-215:Assertion failed) !s
相关文章
- Use savefig in Python with string and iterative in
- Where does this quality loss on Images come from?
- Specifying image dimensions in HTML vs CSS for pag
- How to insert pictures into each individual bar in
- Connection pooling vs persist connection mysqli
- How do I append metadata to an image in Matlab?
- Img url to dataurl using JavaScript
- Click an image, get coordinates
I think you require an image carousel. If that is what you are looking for then here are some options -
You can also Google "image carousel" to get a lot of third party JavaScript libraries and use them.
Take a look at these - many jQuery plugins offering differing options for slideshows
http://speckyboy.com/2010/11/14/20-jquery-image-and-multimedia-gallery-plugins
you can add the jQuery plugin to your database (http://notesin9.com/index.php/2012/09/13/notesin9-074-getting-started-with-jquery-plugins-in-xpages/) and go from there
Your question is just too open ended to be answered here I think. It's certainly doable but sounds like a pretty big and specific undertaking for community support. There are some examples on OpenNTF. that home page app and I think Buildr MIGHT have something in it. Not sure. If the NSF files don't open then either contact the project managers or maybe try upgrading your notes client - assuming it's not just an encrypted database.
IdeaJam.net used to have an image carousel on their home page. Not sure if they still do but if so then maybe looking at the source of that page will help you. Regarding pulling the images from notes databases I've done something similar to that recently and found Stephan Wissels blog post: http://www.wissel.net/blog/d6plinks/SHWL-86QKNM extremely helpful. There is also an OpenNTF project called "myPic" by Jeremy Hodge that does a lot with images as well.
Suggest you research though many of the links, start small... and you'll eventually get your solution.