Posted by msameer on November 3, 2007 at 5:10pm
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.
Downloads
Recommended releases
Development releases
Project Information
- Module categories: Content, Views
- Maintenance status: Unknown
- Development status: Unknown
- Reported installs: 2 sites currently report using this module. View usage statistics.
- Downloads: 1,096
- Last modified: December 3, 2008