dojo()->enable(); $this->dojo()->addStyleSheet('/js/todojscX/widget/css/CalendarViews.css'); /* NO idea id those are needed, they should be auto added by dojo, * but looks like they are not... */ //$this->dojo()->requireModule("dijit._Widget"); // for PresencePane //$this->dojo()->requireModule("dijit._Templated"); // for PresencePane ?>
customDijit()->captureStart('TodoCalendar', array( 'dojoType' => 'todojscX.widget.TodoCalendar', 'region' => 'center'), array( 'dummy' => 'removeme' )); ?> customDijit()->captureEnd('TodoCalendar'); ?>