Source for file WHorizontalRadioList.class.php

Documentation is available at WHorizontalRadioList.class.php

  1. <?php
  2. /**
  3. * @since Jul 20, 2005
  4. * @package polyphony.wizard.components
  5. *
  6. * @copyright Copyright &copy; 2005, Middlebury College
  7. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  8. *
  9. * @version $Id: WHorizontalRadioList.class.php,v 1.3 2007/09/19 14:04:51 adamfranco Exp $
  10. */
  11.  
  12. require_once(POLYPHONY."/main/library/Wizard/Components/WRadioList.class.php");
  13.  
  14. /**
  15. * This adds a hoizontal (separated by spaces) list of input type='radio' elements.
  16. *
  17. * @since Jul 20, 2005
  18. * @package polyphony.wizard.components
  19. *
  20. * @copyright Copyright &copy; 2005, Middlebury College
  21. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  22. *
  23. * @version $Id: WHorizontalRadioList.class.php,v 1.3 2007/09/19 14:04:51 adamfranco Exp $
  24. */
  25. class WHorizontalRadioList extends WRadioList {
  26. function WHorizontalRadioList() {
  27. parent::WRadioList();
  28. $this->_eachPost = "\n";
  29. }
  30. }
  31.  
  32. ?>

Documentation generated on Wed, 19 Sep 2007 10:28:01 -0400 by phpDocumentor 1.3.0RC3