Categories | Question details Back To List | ||
DataBg.png of scheduler I want to delete the background databg.png only on the unit view. Answer posted by Alex (support) on Dec 11, 2009 06:32 You can try to use the following approach: <style type="text/css" media="screen"> <script> ... scheduler.templates.week_date_class=function(date,today){ return "units"; } ... </script> Answer posted on Dec 11, 2009 07:02 Thank you!!! |