You are here

function textimage_form_settings_ajax in Textimage 7.3

AJAX callback to refresh the fonts fieldset.

1 string reference to 'textimage_form_settings_ajax'
textimage_form_settings in ./textimage.admin.inc
Textimage settings form.

File

./textimage.admin.inc, line 240
Textimage - Admin page callbacks.

Code

function textimage_form_settings_ajax($form, $form_state) {
  return $form['fonts'];
}