Alt text from node title
molfar - July 21, 2009 - 18:56
| Project: | BUEditor |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | molfar |
| Status: | active |
Description
For auto adding right alt text to images (wich insers through IMCE) I suggest in default_buttons_functions.js Line 166 add:
if (i == 'alt' && typeof(document.getElementById('edit-title').value)) {
el['attr_'+i].value = document.getElementById('edit-title').value;
continue;
}