Hi,
Im trying to integrate lightbox settings to the link page - in teh Advanced tab i have a textbox that the user can enter the lightbox group name for the link, which adds rel="lightbox[thegroupname]" to the link, however when i click to edit the link - the form field is not populated with the info.
It works in Firefox, and IE 6 but not IE 7
Im using the following in fck_link.js
GetE('txtAttLightBox').value = oLink.getAttribute('rel');
FCKEditor version 2.4.3
Any help would be appreciated
Im trying to integrate lightbox settings to the link page - in teh Advanced tab i have a textbox that the user can enter the lightbox group name for the link, which adds rel="lightbox[thegroupname]" to the link, however when i click to edit the link - the form field is not populated with the info.
It works in Firefox, and IE 6 but not IE 7
Im using the following in fck_link.js
GetE('txtAttLightBox').value = oLink.getAttribute('rel');
FCKEditor version 2.4.3
Any help would be appreciated
Re: Custom Advanced link properties IE7 Problem