在合流中,我有到附件的链接,比如:
<ac:link><ri:attachment ri:filename="attachmentFile" /><ac:plain-text-link-body><![CDATA[Link to attachment File]]></ac:plain-text-link-body></ac:link>
我还发现iframes可以这样进行融合:
<ac:structured-macro ac:name="html" ac:schema-version="1"><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:plain-text-body><![CDATA[<iframe src="http://www.atlassian.com/" noborder="0" width="830" height="800" scrolling="yes" seamless></iframe>]]></ac:plain-text-body></ac:structured-macro>
现在我想以某种方式将两者结合起来。我想要一个到附件的链接,在iframe中打开附件。这可能吗?我还没有找到任何文件,所以我希望有人已经实现了
Thx
尝试使用附件完整地址。转到附件页面,点击附件,URL就是完整地址。以下适用于属于98334页的名为"img_welcome.png"的附件:
<ac:structured-macro ac:name="html"><ac:plain-text-body><![CDATA[<iframe src="http://YOURDOMAIN/download/attachments/98334/img_welcome.png?api=v2" noborder="0" width="830" height="800" scrolling="yes" seamless></iframe>]]></ac:plain-text-body></ac:structured-macro>
不确定你想要得到什么,但Comala Share It创建了独特的公共链接,可用于在Confluence实例之外嵌入页面和附件。看看这个!
免责声明,我在该插件背后的公司Comalatech工作。
谨致问候,Gorka