59 $this->editor = $editor_handler->get(
$configs[
'editor'],
$configs, $nohtml, $OnFailure);
72 if (method_exists($this->editor,
'renderValidationJS')) {
73 $this->editor->setName($this->
getName());
74 $this->editor->setCaption($this->
getCaption());
75 $this->editor->setRequired($this->
isRequired());
76 $ret = $this->editor->renderValidationJS();
79 parent::renderValidationJS();
93 return $this->editor->render();