Hi,
FCKeditor has the URL button to make links.
I'd like to mantain this button, but it allows to make to many things.
Is there any way to make the Link Window simpler and with only the classic field (the URL and the Text of the link)?
Thank you a lot!
Fri, 11/17/2006 - 09:59
#1
RE: Make the Link window simpler
FCKConfig.LinkDlgHideTarget = true ;
FCKConfig.LinkDlgHideAdvanced = true ;
RE: Make the Link window simpler
Make the Link window simpler
I have tried modifing "fckconfig.js"
FCKConfig.LinkDlgHideTarget = true ;
FCKConfig.LinkDlgHideAdvanced = true ;
This above change didn't see to do anything. Maybe I did it incorrectly
Thanks in advance,
Mark