Documentation is available at WVerticalRadioList.class.php
- <?php
- /**
- * @since Jul 20, 2005
- * @package polyphony.wizard.components
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: WVerticalRadioList.class.php,v 1.3 2007/09/19 14:04:51 adamfranco Exp $
- */
- require_once(POLYPHONY."/main/library/Wizard/Components/WRadioList.class.php");
- /**
- * This adds a vertical (separated by <br/> elements) list of input type='radio' elements.
- *
- * @since Jul 20, 2005
- * @package polyphony.wizard.components
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: WVerticalRadioList.class.php,v 1.3 2007/09/19 14:04:51 adamfranco Exp $
- */
- class WVerticalRadioList extends WRadioList {
- function WVeriticalRadioList() {
- parent::WRadioList();
- $this->_eachPost = "<br/>\n";
- }
- }
- ?>
Documentation generated on Wed, 19 Sep 2007 10:28:27 -0400 by phpDocumentor 1.3.0RC3