I have problem with textarea in chromium engine
my code is
when i compile application file and run the application. i can’t write to textarea
Can you help me?
my code is
Code:
<tr height="160px">
<td width=5% > </td>
<td class='normal_pismo' >Popis dokumentu </td>
<td><textarea class=ramecarea rows=6 cols=29 maxlength=256 name=popis><?php echo $popis;?></textarea>
</td>
</tr>
Can you help me?