Transaction Webservice API

panel

panel tag

This tag creates a panel.

Tag Attributes
Attribute Notes
id Required
title
close
draggable
modal
visible
fixedcenter
width
height
zindex
x
y
create_markup
iframe

Sample:

<c:panel id="editor" fixedcenter="true" title="Editor" modal="true" draggable="true" height="300px" width="500px">
    <div>
        Name: <input type="text" name="name"/>
    </div>
    <c:button action="saveAdHoc" value="Save Changes"/>
    <c:button action="cancelEdit" value="Cancel"/>
</c:panel>
Copyright © 2006 - 2025, ContractPal, Inc. All rights reserved. API Date: May 13, 2025 07:00 AM