Transaction API

document

document tag

This tag renders an inline frame with the content being a Document that was associated with the page by workflow.

Tag Attributes
Attribute Notes
style
class
border
frameborder
scrolling
test
adhoc
page
scale
grayscale
head

Sample:

<c:document/>

<c:document test="${showDocument=='true'}"/>

<div style="height:500px;width:800px">
    <c:document class="myframe" style="width:100%;height:100%" frameborder="0" border="0" scrolling="auto"/>
</div>

Copyright © 2006 - 2025, ContractPal, Inc. All rights reserved. API Date: May 13, 2025 07:00 AM