コード例 #1
0
 /**
  * function setFormAction
  * <pre>
  * Sets the value of the Form Action Link.
  * </pre>
  * @param $link [STRING] The HREF link for the continue link
  * @return [void]
  */
 function setFormAction($link, $topFormLinks, $bottomFormLinks)
 {
     parent::setFormAction($link);
     $this->basic_form->setFormAction($topFormLinks);
     if ($this->has_activity_form == true) {
         $this->optional_sheduled_activity_form->setFormAction($bottomFormLinks);
     }
     // 		 $this->approval_form->setFormAction($bottomFormLinks);
 }
コード例 #2
0
 /**
  * function setFormAction
  * <pre>
  * Sets the value of the Form Action Link.
  * </pre>
  * @param $link [STRING] The HREF link for the continue link
  * @return [void]
  */
 function setFormAction($link, $topFormLinks, $bottomFormLinks)
 {
     parent::setFormAction($link);
     $this->instructions_form->setFormAction($topFormLinks);
     $this->editfields_form->setFormAction($bottomFormLinks);
 }