Пример #1
0
 /**
  *    Sets the focus by name.
  *    @param string $name    Chosen frame.
  *    @return boolean        True if frame exists.
  *    @access public
  */
 function setFrameFocus($name)
 {
     return $this->page->setFrameFocus($name);
 }