Transaction API

div

div tag

Creates html element wrapper and bounds specified event types to workflow actions

Tag Attributes
Attribute Notes
test
action
eventType
id
class
style
title
confirm
ajax-target
ajax-handler
workflow
validate

Sample:

<c:div eventType="onclick" action="foo" ajax-target="fooId"></c:div>
<c:div eventType="onclick,onmouseover" ajax-handler="clientFoo"></c:div>
<c:select name="foo" eventType="onchange" action="foo" ajax-target="fooId"></c:select>
<c:tr eventType="onclick" ajax-handler="clientFoo"></c:tr>
Copyright © 2006 - 2025, ContractPal, Inc. All rights reserved. API Date: May 13, 2025 07:00 AM