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

File: QuickHtml_example.php

Source Location: /HTML_QuickForm-3.2.5/docs/renderers/QuickHtml_example.php

Classes:

Page Details:

$Id: QuickHtml_example.php,v 1.1 2003/08/25 16:41:02 jrust Exp $

Includes:

require_once("HTML/QuickForm/Renderer/QuickHtml.php") [line 20]
require_once("HTML/QuickForm.php") [line 19]
Another example of usage for PEAR class HTML_QuickForm using the QuickHtml renderer.

This renderer has three main distinctives: an easy way to create custom-looking forms, the ability to separate the creation of form elements from their display, and being able to use QuickForm in widget-based template systems. See the online documentation for more info.


createElements [line 70]

void createElements( &$form)



Parameters

   &$form  
[ Top ]



createFormCell [line 136]

void createFormCell( $elementHtml, $align, [ $colspan = 1])



Parameters

   $elementHtml  
   $align  
   $colspan  
[ Top ]



createHeaderCell [line 127]

void createHeaderCell( $text, $align, [ $colspan = 1])



Parameters

   $text  
   $align  
   $colspan  
[ Top ]



setValues [line 102]

void setValues( &$form)



Parameters

   &$form  
[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:16:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.