/opt/zimbra/jetty-6.1.22.z6/webapps/zimbra/
js
I was looking for a solution and i discover this file
CalendarAppt_all.
js.zgz
you can unzip this file and you will have this file
CalendarAppt_all.
js
This file is diferent to the file called CalendarAppt_all.
js in the same location, whell, the
js that you take when you unzip the zgz is the file that show you the QuickAdd Appointment dialog, but....
as you can see, the code is difficult to undestand, well, i just wanna add and delete some fields to this dialog, a solution for me is:
1. Unzip -> CalendarAppt_all.
js.zgz
2. Delete the code in the new file -> CalendarAppt_all.
js
3. write a "window.open ('myDialog.jsp')" in CalendarAppt_all.
js
4. Zip again CalendarAppt_all.
js whit gzip -S zgz CalendarAppt_all.
js
5. Reload the aplication
With this solution i'm near to do it all that i wanna do, but, i can't take some parameters that i need, for example, the start date and the end date i don't know how to extract it.
I know that i need to catch this parameters in CalendarAppt_all.
js before that window.open.
If you have some information about this, i will be grateful.
Thanks in advance