Image insert
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.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.1 | 2007-Dec-03 | 12.94 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.x-dev | 2007-Dec-04 | 12.94 KB | Download · Release notes | Development snapshot | |
