2012-04-18 107 views
2

我試圖插入一個自定義標籤到頁面插入標籤後內容 - 兒童

應該這樣工作嗎?

<after css:content-children="#viewlet-below-content-body"> 
    <a href="@@historyview">History</a> 
</after> 

似乎只能更換允許我插入/替換自定義標籤

<replace css:content-children="#viewlet-below-content-body"> 
    <a href="@@historyview">History</a> 
</replace> 

回答

2

的前/後僅內容/內容的兒童規則不被重氮支持,你只能丟棄或替換。也許在未來的版本中。

1

如何並將自己的標籤的主題(也有複製/替換小孩):

<append css:theme="#theme-id-for-viewlet-below-content-body"> 
    <a href="@@historyview">History</a> 
</append> 
+0

我插入了幾乎整個#內容,所以我只是濫用/更換viewletslots之一 – agittr 2012-04-23 07:24:21