PHP Classes

File: themes/backend/components/form/textarea.twig

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   themes/backend/components/form/textarea.twig   Download  
File: themes/backend/components/form/textarea.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change:
Date: 9 months ago
Size: 224 bytes
 

Contents

Class file image Download
<textarea name="{{ name }}" role="textarea" class="form-control {{ class }}" id="{{ name }}_input" placeholder="{{ placeholder }}" maxlength="{{ maxlength }}" spellcheck="false" rows="1" {{ readonly }}>{{ value }}</textarea>