It's a bug or feature? textarea n:name attribute

- Jan Endel
- Member | 1016
If i had these form:
$form = new UI\Form();
$form->addTextArea('reply', 'Reply');
$form->addSubmit('send', 'Send Reply');
$form->addHidden('messageId');
and template like this:
{form form}
<textarea n:name="reply" placeholder="foo" class="txt" />
<input n:name="send" class="send">
{/form}
then i get those tracy:
http://cl.ly/…3t1C183L2K14
Its a bug or a feature?
Last edited by Jan Endel (1. 7. 2014 18:12)
RSS feed
Topic closed