cal eventTemplate

.highlightcolor { background-color: #DEEEEE; padding: 7px; } .nohighlightcolor { background-color: #FFF6E6; padding: 7px; } function isFormReady() { // event name exist? if (document.scheduling.title.value.length < 2) { document.scheduling.title.focus(); alert("Please fill in the event title"); return false; } if (document.scheduling.description.value.length < 2) { document.scheduling.description.focus(); alert("Please fill in the event description"); return false; } if (document.scheduling.description.value.length > 750) { alert("Your event description contains "+document.scheduling.description.value.length+" characters, you must not exceed 750 characters."); return false; } return true; } function checkRepeatDay() { return; if (document.scheduling.repeatCount1.length == 0 || document.scheduling.repeatCount1.value
Wyszukiwarka

Podobne podstrony:
cal
function cal from jd
cal ozn
rup eventt1355DE
function cal to jd
eventtypes
cal alarm
function cal days in month
cal 1
HyperlinkEvent EventType

więcej podobnych podstron