LinkDlgHideTarget"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(New page: == LinkDlgHideTarget == This option allows you to hide the "'''Target'''" tab in the Link dialog window. By hiding the "Target" option you can force the user to create links with a taget ...)
 
 
Line 1: Line 1:
== LinkDlgHideTarget ==
+
This option allows you to hide the "'''Target'''" tab in the Link dialog window. By hiding the "Target" option you can force the user to create links with a taget configured in [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/DefaultLinkTarget|DefaultLinkTarget]].
  
This option allows you to hide the "'''Target'''" tab in the Link dialog window. By hiding the "Target" option you can force the user to create links with a taget configured in [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/DefaultLinkTarget|DefaultLinkTarget]].
+
For example:  
 
+
<pre>FCKConfig.LinkDlgHideTarget = true&nbsp;;
Code:
 
<pre>
 
FCKConfig.LinkDlgHideTarget = true ;
 
 
</pre>
 
</pre>

Latest revision as of 13:30, 8 October 2008

This option allows you to hide the "Target" tab in the Link dialog window. By hiding the "Target" option you can force the user to create links with a taget configured in DefaultLinkTarget.

For example:

FCKConfig.LinkDlgHideTarget = true ;
This page was last edited on 8 October 2008, at 13:30.