Table of Contents

Fieldset

This widget is the classical FIELDSET HTML tag.

Screenshot

An empty fieldset:

A fieldset with something inside:

Sample code

$this->build("p4a_fieldset", "fieldset");
$this->fieldset->setWidth(300);
$this->fieldset->setTitle("This is a fieldset");
 
// if you want to view some objects inside the
//fieldset, you need to anchor them with:
$this->fieldset->anchor($this->field);
 
widgets/fieldset.txt · Last modified: 2007/01/03 12:56
 
Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki