Image insert
Component ID
189002
Component name
Image insert
Component type
module
Component security advisory coverage
not-covered
Downloads
2134
Component created
Component changed
Component body
Provides a way to insert images into any text area using views. It should be a simple img_assist replacement.
You need something like this in hook_form_alter():
$form['body_filter']['image_gallery_edit'] = array(
'#img_insert_type' => 'text',
'#type' => 'img_insert',
'#img_insert_target' => 'edit-body',
'#img_insert_view' => 'image_gallery_edit'
);
Depends on jQuery Update.