samp

Purpose

Inline element used to display output from a program or script.

Attribute groups

Example

The welcome.mlyt layout can be found in the MCS/repository/xml-repository directory.

<?xml version="1.0" encoding="UTF-8"?>
<canvas layoutName="/welcome.mlyt" pageTitle="samp">
  <pane name="background">
    <p>You'll be prompted with <samp>Please enter your name:</samp>.</p>
  </pane>
</canvas>

Related topics