Пример #1
0
 /**
  *    Sets all form fields with that id attribute.
  *    @param string/integer $id   Id of field in forms.
  *    @param string $value        New value of field.
  *    @return boolean             True if field exists, otherwise false.
  *    @access public
  */
 function setFieldById($id, $value)
 {
     return $this->page->setField(new SimpleById($id), $value);
 }