Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Templates 在Dreamweaver模板中隐藏组件链接_Templates_Dreamweaver_Tridion - Fatal编程技术网

Templates 在Dreamweaver模板中隐藏组件链接

Templates 在Dreamweaver模板中隐藏组件链接,templates,dreamweaver,tridion,Templates,Dreamweaver,Tridion,Dreamweaver模板正在使用以下代码生成组件链接。如果组件链接没有登录页,是否可以设置为隐藏实际文本 <a tridion:href="@@Component.ID@@">@@Component.Fields.Title@@</a> 您可以使用以下属性: tridion:textonfail=“False”在链接无法解析时隐藏文本(无登录页)。默认值为True这里有一个链接,指向有关如何呈现动态链接的其他文档(需要登录):Brilliant。谢谢你的快速回复

Dreamweaver模板正在使用以下代码生成组件链接。如果组件链接没有登录页,是否可以设置为隐藏实际文本

  <a tridion:href="@@Component.ID@@">@@Component.Fields.Title@@</a>

您可以使用以下属性:
tridion:textonfail=“False”
在链接无法解析时隐藏文本(无登录页)。默认值为True

这里有一个链接,指向有关如何呈现动态链接的其他文档(需要登录):Brilliant。谢谢你的快速回复