You are here

function wysiwyg_jwysiwyg_settings_form in Wysiwyg 7.2

Same name and namespace in other branches
  1. 6.2 editors/jwysiwyg.inc \wysiwyg_jwysiwyg_settings_form()

Enhances the editor profile settings form for jWYSIWYG.

1 string reference to 'wysiwyg_jwysiwyg_settings_form'
wysiwyg_jwysiwyg_editor in editors/jwysiwyg.inc
Plugin implementation of hook_editor().

File

editors/jwysiwyg.inc, line 41
Editor integration functions for jWYSIWYG.

Code

function wysiwyg_jwysiwyg_settings_form(&$form, &$form_state) {
  $form['buttons']['#access'] = FALSE;
  $form['basic']['language']['#access'] = FALSE;
  $form['css']['#access'] = FALSE;
}