19 declare(strict_types=1);
35 $ui = $DIC->ui()->factory();
38 $text_input = $ui->input()->field()
39 ->text(
"Just Another Input",
"I'm just another input");
41 $form = $ui->input()->container()->form()->standard(
"", [$text_input]);
42 $form = $form->withDedicatedName(
'userform');