function _media_gallery_attach_form_resources in Media Gallery 7.2
Same name and namespace in other branches
- 7 media_gallery.module \_media_gallery_attach_form_resources()
Helper function to attach JS/CSS for media galleries to a form element.
3 calls to _media_gallery_attach_form_resources()
File
- ./
media_gallery.module, line 1160
Code
function _media_gallery_attach_form_resources(&$element) {
$element['#attached']['js'][] = drupal_get_path('module', 'media_gallery') . '/media_gallery.form.js';
_media_gallery_attach_css_resources($element);
}