24        $te->setRequired(
true);
 
   31        $f = $this->parent_gui->dic()->ui()->factory();
 
   32        $r = $this->parent_gui->dic()->ui()->renderer();
 
   33        $modal = 
$f->modal()->roundtrip(
"Modal", 
$f->legacy(
''))->withCloseWithKeyboard(
false);
 
   34        $button = 
$f->button()
 
   35                    ->shy($this->
txt(
"open_authorities_modal"), 
'#')
 
   36                    ->withOnClick($modal->getShowSignal());
 
   38        $c->setHtml(
$r->render([ $button, $modal ]));
 
   46            self::F_TITLE => $this->object->getTitle(),
 
   47            self::F_DESCRIPTION => $this->object->getDescription(),
 
   65        $this->
object->setTitle($this->
getInput(self::F_TITLE));
 
   66        $this->
object->setDescription($this->
getInput(self::F_DESCRIPTION));
 
An exception for terminatinating execution or to throw for unit testing.
This class represents a text area property in a property form.
This class represents a text property in a property form.