19 declare(strict_types=1);
    35         $te->setRequired(
true);
    42         $f = $this->parent_gui->dic()->ui()->factory();
    43         $r = $this->parent_gui->dic()->ui()->renderer();
    44         $modal = $f->modal()->roundtrip(
"Modal", $f->legacy(
''))->withCloseWithKeyboard(
false);
    45         $button = $f->button()
    46                     ->shy($this->
lng->txt(
"open_authorities_modal"), 
'#')
    47                     ->withOnClick($modal->getShowSignal());
    49         $c->setHtml(
$r->render([$button, $modal]));
    56             self::F_TITLE => $this->
object->getTitle(),
    57             self::F_DESCRIPTION => $this->
object->getDescription(),
    69         $this->
object->setTitle($this->
getInput(self::F_TITLE));
    70         $this->
object->setDescription($this->
getInput(self::F_DESCRIPTION));
 
This class represents a text area property in a property form.