Пример #1
0
 /**
  *    Sets the focus by index. The integer index starts from 1.
  *    @param integer $choice    Chosen frame.
  *    @return boolean           True if frame exists.
  *    @access public
  */
 function setFrameFocusByIndex($choice)
 {
     return $this->page->setFrameFocusByIndex($choice);
 }