Changeset 258
- Timestamp:
- 03/03/06 15:53:04
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/jsToday.xsl
r129 r258 4 4 <!-- usage: call the javascript feed from an html file by embedding the 5 5 following script tag: 6 <script src="http://yourservername/cal/setView .do?viewType=todayView&skinName=jsToday&contentType=text/javascript&contentName=bedework.js" type="text/javascript"></script>6 <script src="http://yourservername/cal/setViewPeriod.do?viewType=todayView&skinName=jsToday&contentType=text/javascript&contentName=bedework.js" type="text/javascript"></script> 7 7 8 8 e.g. 9 <script src="http://localhost:8080/cal/setView .do?viewType=todayView&skinName=jsToday&contentType=text/javascript&contentName=bedework.js" type="text/javascript"></script>9 <script src="http://localhost:8080/cal/setViewPeriod.do?viewType=todayView&skinName=jsToday&contentType=text/javascript&contentName=bedework.js" type="text/javascript"></script> 10 10 11 11 You should uncomment the code below that reads "Today's Events" and throw
