2
在匯合我有聯繫的附件,像這樣:是否可以在匯合中的iframe中打開附件?
<ac:link><ri:attachment ri:filename="attachmentFile" /><ac:plain-text-link-body><![CDATA[Link to attachment File]]></ac:plain-text-link-body></ac:link>
我還發現,I幀可以投入匯合像這樣:
<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
任何文件一
打開當前網頁的iframe的附件。我想要一個鏈接,在彈出窗口中打開iframe中的附件 – amadain