pane

Purpose

A container for a group of elements in the same pane. Alternatively you can use the pane attribute on a block element to get the same result.

Attribute

Attribute Description Type Default Options Use
name The name of the pane. xs:string none    required 

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="pane">
  <pane name="background">
    <p>Type the <kbd>mcsServerManager</kbd> command
      followed by the host, port and password values.</p>
  </pane>
</canvas>

Related topics