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