PanelConfirmation Tag

Table of Contents

<panelConfirmation>

The <mobi:panelConfirmation> tag is a popup allowing users to either confirm or cancel a submit. It may be used with a menuButton or a commandButton.

Usage

 <mobi:fieldsetGroup>
      <mobi:fieldsetRow>
           <mobi:inputText name="testInput" type="text" autoCorrect="off"
                         placeholder="test input for form submit" value="${pcInfo.testInput}"/>
      </mobi:fieldsetRow>
      <mobi:fieldsetRow>
           <mobi:commandButton value="TestPanelConfirmation" id="button1"
                        type="button"
                        panelConfirmation="pc1"
                        buttonType="default"/>
           </mobi:fieldsetRow>
 </mobi:fieldsetGroup>
 <mobi:panelConfirmation id="pc1"
                title="${pcInfo.title}"
                message="${pcInfo.message}"
                type="${pcInfo.type}"
                acceptLabel="${pcInfo.acceptLabel}"
                cancelLabel="${pcInfo.cancelLabel}"
                style="${pcInfo.style}"
                styleClass="${pcInfo.styleClass}"/>

Tag Documentation (not available yet until 1.3.BETA1 release)

panelConfirmation

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2016 ICEsoft Technologies Canada Corp.