-
Notifications
You must be signed in to change notification settings - Fork 1
textarea
Everett Griffiths edited this page May 20, 2014
·
2 revisions
Syntax: textarea(string $name,string $default='',array $args=array(),string $tpl=null)
Simple example:
<?php print \Formbuilder\Form::textarea('bio'); ?>
More beefy:
<?php print \Formbuilder\Form::textarea('saga','Tell your tale here...',
array('rows'=>'60','cols'=>'80')
); ?>
Textarea fields support a placeholders for "rows" and "cols".
© 2014 and beyond by Craftsman Coding