Use jQuery.get ajax command to download the file and show content on screen.
Sample value of a postfix command:
^<span id='blockNote'></span>
<script>
$(function() {
$.get( "/Storage/1/1/0/Assets/Documents/blockNote.html", function( data ) {
$("#blockNote").html(data);});
});
</script>
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article