Closed (fixed)
Project:
BUEditor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
21 Jul 2009 at 18:56 UTC
Updated:
2 Aug 2010 at 19:14 UTC
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
Comment #1
ufku commented