xfcontent

Purpose

Used to add XDIME content to a form.

Contained by

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<canvas layoutName="/forms.mlyt" pageTitle="xfcontent">
  <xfform name="formControls" action="download.jsp">
    <pane name="controlCaption1">
      <xfcontent>
        <p>To <span class="boldText">download</span> an upgrade to
          version <b>6.2</b>, please choose from the following options.</p>
      </xfcontent>
    </pane>
    <xfsiselect name="select" caption="Choose platform" captionPane="controlCaption2"
      entryPane="controlEntry2" initial="linux">
      <xfoption caption="Windows" value="windows"/>
      <xfoption caption="MacOS X" value="mac"/>
      <xfoption caption="Linux" value="linux"/>
    </xfsiselect>
  </xfform>
</canvas>

The forms.mlyt layout may have the following structure.

forms.mlyt

Related topics