Carbon_Fields\Field\Textarea_Field::template PHP Method

template() public method

Underscore template of this field.
public template ( )
    public function template()
    {
        ?>
		<textarea id="{{{ id }}}" name="{{{ name }}}" {{{ rows ? 'rows="' + rows + '"' : 'style="height: ' + height + 'px;"' }}}>{{ value }}</textarea>
		<?php 
    }