HTML_Progress
[ class tree: HTML_Progress ] [ index: HTML_Progress ] [ all elements ]

Source for file form_output.php

Documentation is available at form_output.php

  1. <?php
  2. $renderer =HTML_QuickForm::defaultRenderer();
  3. $renderer->setFormTemplate('
  4.     <table width="450" border="0" cellpadding="3" cellspacing="2" bgcolor="#CCCC99">
  5.     <form{attributes}>{content}
  6.     </form>
  7.     </table>
  8.     ');
  9. $renderer->setHeaderTemplate('
  10.     <tr>
  11.         <td style="white-space:nowrap;background:#996;color:#ffc;" align="left" colspan="2"><b>{header}</b></td>
  12.     </tr>
  13.     ');
  14. ?>

Documentation generated on Mon, 11 Mar 2019 10:15:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.