1. sfWidgetFormSchemaFormatterList.class.php
  2. /** * * * @package symfony * @subpackage widget * @author Fabien Potencier * @version SVN: $Id: sfWidgetFormSchemaFormatterList.class.php 5995 2007-11-13 15:50:03Z fabien $ */
  3. class sfWidgetFormSchemaFormatterList extends sfWidgetFormSchemaFormatter
  4. {
  5. protected
  6. $rowFormat = "<li>\n %error%%label%\n %field%%help%\n%hidden_fields%</li>\n",
  7. $errorRowFormat = "<li>\n%errors%</li>\n",
  8. $helpFormat = '<br />%help%',
  9. $decoratorFormat = "<ul>\n %content%</ul>";
  10. }

Debug toolbar