You are here

function hook_emfield_widget_settings_extra in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 hooks/emfield.php \hook_emfield_widget_settings_extra()
  2. 6.2 hooks/emfield.php \hook_emfield_widget_settings_extra()

This passes on the original implementation of CCK's hook_widget_settings.

1 function implements hook_emfield_widget_settings_extra()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

emthumb_emfield_widget_settings_extra in contrib/emthumb/emthumb.module
This provides extra widget settings to emfields. A checkbox to allow custom thumbnails, max resolution, image path, allow custom alt tags, allow custom title tags.
1 invocation of hook_emfield_widget_settings_extra()
_emfield_emfield_widget_settings in ./emfield.cck.inc

File

hooks/emfield.php, line 217
Document various hooks for Embedded Media Field.

Code

function hook_emfield_widget_settings_extra($op, $widget) {
}