Beispiel #1
0
 /**
  * @access private
  */
 function ProcessInput()
 {
     $lastSelected = $this->Selected;
     parent::ProcessInput();
     $this->GetSourceOptions();
     if ($this->Selected != $lastSelected) {
         $this->Click();
     }
 }