コード例 #1
0
ファイル: cbEditRowView.php プロジェクト: Raul-mz/web-erpcya
 /**
  * Returns the "html-dom-id" if it exists based on $element attribute 'name' and $control_name
  *
  * @param  string              $control_name  The control name
  * @param  SimpleXMLElement  $element       The element to get the id for
  * @return string|null
  */
 public function _htmlId($control_name, $element)
 {
     return $this->registryEditView->_htmlId($control_name, $element);
 }