Button Bar Buttons

The ButtonBarButtons template part renders the bottom buttons of the left or right container created within an interaction node.

Syntax

<% ButtonBarButtons buttons-container %>

<% ButtonBarButtons alignment = buttons-container %>

Button Containers

buttons-container

left

right

Example

<body>
    <!-- Body content -->
    <div class="pull-left">
        <% ButtonBarButtons left %>
    </div>
    <div class="pull-right">
        <% ButtonBarButtons right %>
    </div>
    <!-- Body content -->
</body>

Generated Output

Last updated

Was this helpful?