PHP Classes

File: templates/form_paged_layout_body.html.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Forms Class with HTML Generator and JavaScript Validation   templates/form_paged_layout_body.html.php   Download  
File: templates/form_paged_layout_body.html.php
Role: Auxiliary script
Content type: text/plain
Description: Template script to render the inputs of the paged layout custom input plug-in
Class: PHP Forms Class with HTML Generator and JavaScript Validation
HTML forms generation and validation.
Author: By
Last change: Made the size of the pages adjust to the contents of the pages.
Date: 15 years ago
Size: 466 bytes
 

Contents

Class file image Download
<?php
/*
 * @(#) $Id: form_paged_layout_body.html.php,v 1.2 2008/04/29 09:11:30 mlemos Exp $
 *
 * Add the automatic layout custom input to render all inputs.
 */

   
$form->AddInputPart("layout");

    if(!
$doit)
    {

/*
 * If the form was submitted with valid values, there is no need to display
 * the submit button again.
 */

?>
<hr />
<center><?php
        $form
->AddInputPart("image_subscribe");
?> <?php
        $form
->AddInputPart("button_subscribe");
?></center><?php
   
}
?>