Mae amser yn ôl, Ysgrifennais erthygl ar gyfer SharePoint Briffio (www.sharepointbriefing.com) sy'n disgrifio sut i greu delwedd rotator yn SharePoint. Dyma ymlid:
Darllenwch yr erthygl gyfan yma: http://sharepointbriefing.com/spcode/article.php/3861121/Create-an-Image-Rotator-in-SharePoint-Using-jQuery.htm
</diwedd>
Dilynwch fi ar Twitter yn http://www.twitter.com/pagalvin
Paul,
Now that you’ve migrated your blog, I finally get a chance to comment on this post 😉
jQuery is so easy that it is tempting to overuse it, and it is the case in your post. Darllenais:
$(“#CatImage”).attr(“src”,”/jQuery/Cat%20Pictures/cat0″ + i + “.jpg”);
“That one line represents dozens of painstaking plain-old JavaScript code lines”
A dweud y gwir, here is the equivalent in plain JavaScript:
document.getElementById(“CatImage”).src =”/jQuery/Cat%20Pictures/cat0″ + i + “.jpg”;
Ydw, one line too, and no dependency on an external library.
Note that I use jQuery myself to build image rotators, but for different reasons:
– the ability to pull a list of image URLs using cross-browser AJAX
– transition effects between images
As a reference:
– a demo of jQuery rotators:
http://www.pathtosharepoint.com/Pages/Animations.aspx
– fy adeiladwr rotator JavaScript plaen:
http://www.pathtosharepoint.com/sharepoint-user-toolkit/Pages/Image-Rotator-Lite.aspx
Christophe,
Diolch! Mae hwnnw'n bwynt mawr a gwerthfawrogaf y cyfeiriadau.
Yr unig broblem yw y gall fod rhaid i fi ychwanegu enw delwedd tebyg fel cath yn rhoi i chi yn well soution