Ticket #616 (closed New Feature: invalid)
FCKConfig Link Target settings
| Reported by: | bjhanifin@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | SF | Cc: | fredck, cgerharz@… |
Description
When I change the following options in the fckconfig.js file the changes appear to have no effect (even after dumping my cache). I am assuming these settings should hide the target tab, change the list of targets available on the drop down menu on the target tab (when it is available), and make it so all anchor links created in FCKeditor will begin with their target set to "_blank" (so all links will open in a new window unless I specifically change it).
// Link: Target Windows FCKConfig.LinkShowTargets = false ; FCKConfig.LinkTargets = '_blank;_top' ; FCKConfig.LinkDefaultTarget = '_blank' ;
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1116390&group_id=75348&atid=543656
Change History
Note: See
TracTickets for help on using
tickets.