2016-06-17 6 views
0

添付ファイルをiframeに表示したいのですが、マスターページに<WebPartPages:AllowFraming runat:"server"/>を追加しようとしましたが動作しませんでした。問題へのアプローチ方法はありますか?添付ファイルをiframeに表示する方法

答えて

0

添付ファイルの絶対パスを使用してください。

<ac:structured-macro ac:name="html"><ac:plain-text-body><![CDATA[<iframe src="http://YOURDOMAIN/path_to_file" noborder="0" width="830" height="800" scrolling="yes" seamless></iframe>]]></ac:plain-text-body></ac:structured-macro> 

は、それが

を役に立てば幸い
関連する問題