Políčko na pridávanie textu multi

tomino
Člen | 14
+
0
-

Ahojte,

je možne vitvoriť formulárový prvok addText aby som dosiahol výsledok:

<input type="text" name="sklad[1]" value="...">
<input type="text" name="sklad[2]" value="...">
David Grudl
Nette Core | 8129
+
+3
-

$form->addContainer('sklad')->addText('1')

tomino
Člen | 14
+
+1
-

Ďakujem, Dávide :)