Skip to content

Instantly share code, notes, and snippets.

@Asgaroth
Created July 15, 2012 21:31
Show Gist options
  • Save Asgaroth/3118721 to your computer and use it in GitHub Desktop.
Save Asgaroth/3118721 to your computer and use it in GitHub Desktop.
Yii Foundation 3 Form Postfix Button
<div class="row">
<div class="five columns">
<?php echo $form->textFieldRow($model, "field11", array(
'postfix' => '<a href="#" class="postfix button">Search</a>',
'postfixOptions' => array(
'size' => 4,
'type' => 'raw'
))); ?>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment