function toStringEdit ($open_elements = '', $post_vars = '',
            $faulty_values = '', $anker = '') {

        $this->updateGenericDatafields('TemplateGeneric', 'user');
        $this->elements['TemplateGeneric']->markers = $this->getMarkerDescription('TemplateGeneric');

        return parent::toStringEdit($open_elements, $post_vars, $faulty_values, $anker);
    }
 function toStringEdit($open_elements = '', $post_vars = '', $faulty_values = '', $anker = '')
 {
     $this->updateGenericDatafields('TemplateResult', 'sem');
     $this->elements['TemplateSimpleSearch']->markers = $this->getMarkerDescription('TemplateSimpleSearch');
     $this->elements['TemplateExtendedSearch']->markers = $this->getMarkerDescription('TemplateExtendedSearch');
     $this->elements['TemplateTree']->markers = $this->getMarkerDescription('TemplateTree');
     $this->elements['TemplateResult']->markers = $this->getMarkerDescription('TemplateResult');
     $this->elements['TemplateMain']->markers = $this->getMarkerDescription('TemplateMain');
     return parent::toStringEdit($open_elements, $post_vars, $faulty_values, $anker);
 }
 public function toStringEdit ($open_elements = '', $post_vars = '', $faulty_values = '', $anker = '') {
     
     $this->updateGenericDatafields('TemplateListPersons', 'user');
     $this->elements['TemplateMain']->markers = $this->getMarkerDescription('TemplateMain');
     $this->elements['TemplateListInstitutes']->markers = $this->getMarkerDescription('TemplateListInstitutes');
     $this->elements['TemplateListPersons']->markers = $this->getMarkerDescription('TemplateListPersons');
     $this->elements['TemplateListCharacters']->markers = $this->getMarkerDescription('TemplateListCharacters');
     
     return parent::toStringEdit($open_elements, $post_vars, $faulty_values, $anker);
 }
    public function toStringEdit ($open_elements = '', $post_vars = '',
            $faulty_values = '', $anker = '') {

        $this->updateGenericDatafields('TemplateMain', 'user');
        $this->elements['TemplateMain']->markers = $this->getMarkerDescription('TemplateMain');
        $this->elements['TemplateLectures']->markers = $this->getMarkerDescription('TemplateLectures');
        $this->elements['TemplateLitList']->markers = $this->getMarkerDescription('TemplateLitList');
        if (get_config('CALENDAR_ENABLE')) {
            $this->elements['TemplateAppointments']->markers = $this->getMarkerDescription('TemplateAppointments');
        }
        $this->elements['TemplateNews']->markers = $this->getMarkerDescription('TemplateNews');
        $this->elements['TemplateOwnCategories']->markers = $this->getMarkerDescription('TemplateOwnCategories');

        return parent::toStringEdit($open_elements, $post_vars, $faulty_values, $anker);

    }