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