ul

Purpose

Defines an unordered list.

Contains

Attribute

Attribute Description Type Default Options Use
type Defines the list bullet style xs:string none  circle, disc, square  optional 

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="ul">
  <pane name="background">
    <p>The wizard allows you to define:</p>
    <ul>
      <li>A policy name and its location in your project folders</li>
      <li>Attributes or references to existing project policies</li>
    </ul>
  </pane>
</canvas>

Related topics