(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: | ||
− | + | 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 ; | |
− | |||
− | <pre> | ||
− | FCKConfig.LinkDlgHideTarget = true ; | ||
</pre> | </pre> |
Latest revision as of 12: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 ;