";
if ($makedivision) {
if ($makedivision_colspan) $addcolspan = " colspan=" . $makedivision_colspan;
if ($this->widthlabel) { $addwidthlabel = " width='" . $this->widthlabel . "'"; }
echo "\n\t\t";
}
echo "";
if ($makedivision) echo " | ";
if ($opentd) {
if ($open_td_colspan) $addcolspan2 = " colspan=" . $open_td_colspan;
if ($this->widthinput) { $addwidthinput = " width='" . $this->widthinput . "'"; }
echo "\n\t\t";
}
echo "\n\t\t\t";
if ($tipo == "input") { $this->input(); }
if ($tipo == "select") { $this->select(); }
if ($tipo == "checkbox") { $this->checkbox(); }
if ($tipo == "radio") { $this->radio(); }
if ($tipo == "textarea") { $this->textarea(); }
if ($tipo == "arquivo") { $this->arquivo(); }
if ($tipo == "button") { $this->button(); }
echo "";
if ($closetd) echo "\n\t\t | ";
if ($closetr) echo "\n\t
\n";
return $this->htmlForm;
}
function formInput($options = array()){
//$this->input();
return $this->makeDisplayHTML($options);
}
function formSelect($options){
//$this->select();
return $this->makeDisplayHTML($options,"select");
}
function formCheckbox($options){
//$this->checkbox();
return $this->makeDisplayHTML($options,"checkbox");
}
function formRadio($options){
//$this->radio();
return $this->makeDisplayHTML($options,"radio");
}
function formHidden() {
echo "\n\t\t\t" . $this->input();
}
function formTextArea($options){
// $this->textArea();
return $this->makeDisplayHTML($options,"textarea");
}
function formButton($options){
//$this->button();
return $this->makeDisplayHTML($options,"button");
}
function formSubTitulo() {
echo "\n\t\t\n\t\n\t\n\t