Example #1
0
 /**
  * Special form freeze handling.
  */
 function freeze()
 {
     $this->form->freeze();
     foreach ($this->widgets as $id => $copy) {
         $this->widgets[$id]->freeze();
     }
 }