custom latte view
-
Hi there,
I need a little help here, I really like the nette framework and I want to create custom latte view. But it does’t work as expected
edited shortcode.latte
{form subscriptionFront}
<table>
<tr n:foreach=”$form->controls as $name => $field”>
<th>{label $name /}<th>
<td>{input $name}</td>
</tr>
</table>
{/form}based on this http://doc.nette.org/en/2.2/forms
Any hints?
thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘custom latte view’ is closed to new replies.