CODEIGNITER $data = array(
'name'=> 'nama',
'id' => 'nama', 'size' => '50', 'maxlength' => '100',
'placeholder' => 'First name', );
echo form_input($data);HTML5 <input type="text"
name="nama"
id="nama"
size="50"
maxlength="100"
placeholder="First name"
autofocus > <!-- value= -->
<!-- autocomplete="off" -->
<!-- disabled -->
<!-- form="form1" -->
<!-- pattern="[A-Za-z]{3}" -->
<!-- readonly -->
<!-- required -->
No comments:
Post a Comment