コード例 #1
0
ファイル: Helper.php プロジェクト: nabble/updatemybrowser-v1
 /**
  *
  * @param string $target
  * @return string
  */
 public function ACAjaxUpload($name, $options = array(), $id = null, $class = null)
 {
     return Ajde_Component_Form::processStatic($this->getParser(), array('name' => $name, 'upload' => true, 'options' => $options, 'id' => $id, 'class' => $class));
 }
コード例 #2
0
ファイル: Helper.php プロジェクト: nabble/ajde
 /**
  * @param string $route
  * @param mixed  $id
  *
  * @return string
  */
 public function ACEmbedForm($formId)
 {
     return Ajde_Component_Form::processStatic($this->getParser(), ['embed' => true, 'id' => $formId]);
 }