kentico_radekm
-
1/25/2011 3:22:41 AM
RE:modifying calendar properties
Hello.
You can decide in code of given control (~\CMSAdminControls\Calendar\Calendar.ascx) whether to use modified line of code, or original one. You can use standard if statement for this. You can get proper info from CMS.CMSHelper.CMSContext class (e.g. document name) and decide according to this, or any other context value.
Best Regards, Radek Macalik
|