Top Level :: HTML

Package Information: HTML_QuickForm_Renderer_Tableless 0.5.0

Show All Changelogs
» Version » Information
0.6.1 2008-09-23     beta
0.6.0 2007-10-24     beta
0.5.3 2007-05-29     beta
0.5.2 2007-05-04     beta
0.5.1 2007-05-03     beta
0.5.0Download

Release date: 2007-04-23 17:21 UTC
Release state: beta

Changelog:

It is now possible to add attributes to the fieldset tags. A short example:

$form->addElement('header', 'header', 'A new fieldset');
$header =& $form->getElement('header');
$header->setAttribute('style', 'border: 2px dashed blue;');

(Setting the attributes via addElement() is not possible for 'header' elements.)

To add the attributes to the fieldset tags, the template variable {attributes}
was added into the "openFieldsetTemplate".

To avoid problems with nested fieldsets, the fieldset and the legend tag have
now "100%" instead of "560px" width. If you want to use nested fieldsets, you
should consider re-enabling the border in the "form fieldset" block of the
stylesheet.

Dependencies:
  • PHP Version: PHP 4.3 or newer
  • PEAR Package: PEAR Installer 1.5.0 or newer
  • PEAR Package: HTML_QuickForm 3.2.7 or newer
0.4.3 2006-12-04     beta
0.4.2 2006-11-09     beta
0.4.1 2006-11-02     beta
0.4.0 2006-10-31     beta
0.3.4 2006-09-18     alpha
0.3.3 2006-08-13     alpha
0.3.2 2006-08-06     alpha
0.3.1 2006-07-18     alpha
0.3.0 2006-07-11     alpha