Transaction API

wizard-next

wizard-next tag

This tag renders the 'next dialog' button of a wizard. If an action is supplied the dialog will be validated then the wizard will exit to workflow with the given action. For client-side validation, provide your validation function in the validate attribute. Your function must return true or false and take a single parameter, the form object.

Tag Attributes
Attribute Notes
title
out-class
over-class
value required for button; optional for link. If type is link and value is omitted then tag body is wrapped into link
style
class
id
action
validate
type

Sample:

<table>
    <tr>
        <td colspan="2">
            <c:wizard/>
        </td>
    </tr>
    <tr>
        <td><c:wizard-previous value="Previous" class="wizButton"/></td>
        <td><c:wizard-next value="Next" class="wizButton"/></td>
    </tr>
</table>
Copyright © 2006 - 2025, ContractPal, Inc. All rights reserved. API Date: May 13, 2025 07:00 AM