Download presentation
Presentation is loading. Please wait.
Published byDania Rycroft Modified over 10 years ago
1
Calendaring Fun with Events@Duke and Duke Law Michael Wright Manager, Web Services Duke Law wright@law.duke.edu (919) 613-8557 Plus some XML, PHP, and Javascript
2
XML+PHP
9
Add to Calendar
10
Add to Calendar: ICS
13
Add to Calendar: Google Calendar
15
Add to Calendar: Yahoo Calendar
17
Add to Calendar: Facebook
24
Add to Calendar: Permalink
25
Add to Calendar: Email to Calendar
27
Add to Calendar: More Javascript
28
function showMore(link_id,elemId) { linkObj = document.getElementById(link_id); //display the more content for this elemId document.getElementById(elemId).style.display='inline'; //change the links attributes to hide the more content linkObj.href = 'javascript:hideMore("'+link_id+'","'+elemId+'")'; linkObj.innerHTML = " Add to Calendar "; } function hideMore(link_id,elemId) { linkObj = document.getElementById(link_id); //hide the more content for this elemId document.getElementById(elemId).style.display='none'; //change the links attributes to show the more content linkObj.href = 'javascript:showMore("'+link_id+'","'+elemId+'")'; linkObj.innerHTML = " Add to Calendar "; } Add to Calendar: More Javascript
29
fin. Michael Wright Manager, Web Services Duke University School of Law wright@law.duke.edu (919) 613-8557
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.