示例#1
0
 /**
  * Called by Events ImplicitArrayList when Clearing an Events
  * 
  * @param array|FullCalendarEvent $event
  */
 function ClearEvents()
 {
     if ($this->ShowStatus == Component::Shown) {
         ClientScript::RaceQueue($this, 'jQuery.fullCalendar', "\$('#{$this}').fullCalendar", array('removeEvents'));
     }
     $this->Events->Clear(true);
 }
示例#2
0
 /**
  * Strips->Clear() Delegate. Use $object->Strips->Clear() instead of calling this method.
  */
 function ClearStrips()
 {
     $this->Strips->Clear(true);
     $this->SetToolbar($this->Strips->Elements);
 }