10 $ui = $DIC->ui()->factory();
11 $renderer = $DIC->ui()->renderer();
15 $pwd_input = $ui->input()->field()->password(
"Password",
"! value will be displayed...")
16 ->withRevelation(
true);
19 $DIC->ctrl()->setParameterByClass(
20 'ilsystemstyledocumentationgui',
24 $form_action = $DIC->ctrl()->getFormActionByClass(
'ilsystemstyledocumentationgui');
25 $form = $ui->input()->container()->form()->standard($form_action, [
'password' => $pwd_input]);
30 &&
$request->getQueryParams()[
'example'] ==
'password') {
37 "<pre>" . print_r(
$result,
true) .
"</pre><br/>" .
38 $renderer->render(
$form);
foreach($paths as $path) $request
if(isset($_POST['submit'])) $form