我通过一个小的概述页面创建Wayfinder (缩放项目等)
<li[[+wf.id]][[+wf.classes]]>
<div onclick='location.href="[[+wf.link]]"' class="[[+wf.title]] project_overview" title="[[+wf.title]]" [[+wf.attributes]]><img src="images/HausDummy.png" /></div>
[[+wf.wrapper]]
这里是显示从子页面在第一张图片。在下侧,多个图像显示在一个图库中。
这样的事情可行吗?根据我背后的动力,我做了一些很重的事情。
谢谢你的建议。
发布于 2014-11-19 00:04:04
这是个老问题,但也许其他人需要提示..这个问题也不容易理解(auf deutsch hätte ich is besser verstanden ; ),要获得供您的寻路器导航使用的图像,请查看"Template Parameters" Section in the documentation
简而言之:你需要一台电视来处理你的图像,一个片段(见Doc)来处理电视,以及类似的东西:
<img src="[[processTV? &myId='[[+id]]' &myTV='icon' ]]" />
在您的寻路器模板中
https://stackoverflow.com/questions/18066413
复制相似问题