- assigned_to: nobody --> fredck
File: /editor/dialog/js/fck_image.js
Change: Add this new function
function SetImage( url, width, height, alt )
{
GetE('txtUrl').value = url ;
GetE('txtWidth').value = width ;
GetE('txtHeight').value = height ;
GetE('txtAlt').value = alt;
UpdatePreview() ;
UpdateOriginal( true ) ;
}
Reason: This can be called by a custom image browser to
insert more information about the image such as Alt
tag, height and width. When used in many CMS products,
this information is know about the image.
Logged In: YES
user_id=572424
Version 2.0 RC3 brings this feature.
Log in to post a comment.