Created
July 15, 2012 20:11
-
-
Save Asgaroth/3118443 to your computer and use it in GitHub Desktop.
Yii Foundation 3 Form Postfix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="five columns"> | |
<?php echo $form->textFieldRow($model, "field10", array('postfix' => '.com', | |
'postfixOptions' => array( | |
'size' => 3, | |
))); ?> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment