private function output_wysiwyg_editors()
 {
     echo '<div style="display: none">';
     foreach ($this->fields as $field) {
         if ($field['field_style'] == 2) {
             $this->editor_object->output_editors($field);
         }
     }
     echo '</div>';
 }