Searched refs:withTopAndTail (Results 1 – 1 of 1) sorted by relevance
2006 * @param boolean $withTopAndTail true if the <form> and </form> are to be included2012 function button ($action, $name, $withTopAndTail=false, $table='', $record='') { argument2018 if ($withTopAndTail) $ret .= $this->form_start();2025 if ($withTopAndTail) $ret .= $this->form_end();