2009-06-12

Display a symfony form without labels

Paste this in configure():
$format = $this->widgetSchema->getFormFormatter()->getRowFormat();
$format = str_replace('%label%', '', $format);
$this->widgetSchema->getFormFormatter()->setRowFormat($format);

Комментариев нет: