[Vtigercrm-commits] [vtiger-commits] r6125 - /vtigercrm/trunk/modules/Calendar/script.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 17 10:49:29 EDT 2006
Author: saraj
Date: Wed May 17 08:49:25 2006
New Revision: 6125
Log:
changes made to integrate mini calendar
Modified:
vtigercrm/trunk/modules/Calendar/script.js
Modified: vtigercrm/trunk/modules/Calendar/script.js
==============================================================================
--- vtigercrm/trunk/modules/Calendar/script.js (original)
+++ vtigercrm/trunk/modules/Calendar/script.js Wed May 17 08:49:25 2006
@@ -285,3 +285,16 @@
ajaxObj.process("index.php?",urlstring);
}
+function ajaxMiniCalSaveResponse(response)
+{
+ document.getElementById("miniCal").innerHTML=response.responseText;
+}
+
+function getMiniCal()
+{
+ var ajaxObj = new Ajax(ajaxMiniCalSaveResponse);
+ var urlstring ="module=Calendar&action=CalendarAjax&type=minical&parenttab=My Home Page&ajax=true";
+ ajaxObj.process("index.php?",urlstring);
+
+}
+
More information about the vtigercrm-commits
mailing list