Changeset 2865
- Timestamp:
- 04/21/10 13:22:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/fbMockup/bedeworkFb.js
r2864 r2865 73 73 this.display = function() { 74 74 try { 75 // set up parameters 75 // number of days in the range 76 var range = dayRange(this.startRange, this.endRange); 77 alert(range); 76 78 77 79 … … 95 97 td2.appendChild(txt2); 96 98 td3.appendChild(txt3); 97 fbDisplay TBody.appendChild(td1);98 fbDisplay TBody.appendChild(td2);99 fbDisplay TBody.appendChild(td3);99 fbDisplayDateRow.appendChild(td1); 100 fbDisplayDateRow.appendChild(td2); 101 fbDisplayDateRow.appendChild(td3); 100 102 101 103
