Ability to specify options per rendered element

Open
#1 · Created  · Last updated

Description

I've added the ability to specify options per rendered element within the date select.

For instance, if you want to distribute the items

<?php echo $this->formDateSelectTwb($form->get('dateOfBirth'), null, array( 'day' => array( 'class' => 'span3' ), 'month' => array( 'class' => 'span5' ), 'year' => array( 'class' => 'span4' ) )); ?>

Apologies if I'm pull-requesting to the wrong place or something, I'm relatively new to this scene..

Added formEmail and formNumber but not sure if they're in this pull request... we'll see!

0 attachments

0 comments

Loading commits...