Lines Matching refs:form
11 $form = new Form\Form();
12 $form->addTextInput('foo', 'label text')->val('this is text');
14 $html = $form->toHTML();
34 $form = new Form\Form();
35 $form->addTextInput('foo', 'label text')->val('this is text');
37 $html = $form->toHTML();
49 $form = new Form\Form();
50 $form->addTextInput('foo', 'label text')->val('this is text');
52 $html = $form->toHTML();
62 $form = new Form\Form();
63 $form->addPasswordInput('foo', 'label text')->val('this is text');
65 $html = $form->toHTML();