Posted by Molfar on July 21, 2009 at 6:56pm
Jump to:
| Project: | BUEditor |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Molfar |
| Status: | closed (fixed) |
Issue Summary
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;
}
Comments
#1