Symfony: using $this->widgetSchema->setFormFormatterName('list')
Posted
by user248959
on Stack Overflow
See other posts from Stack Overflow
or by user248959
Published on 2010-05-11T05:27:57Z
Indexed on
2010/05/11
5:34 UTC
Read the original article
Hit count: 164
symfony
Hi,
im using $this->widgetSchema->setFormFormatterName('list'); this way below to render my form as a list but it is still a table. Any idea?
public function configure()
{
parent::configure();
$this->widgetSchema->setFormFormatterName('list');
}
}
Any idea?
Javi
© Stack Overflow or respective owner