Defines an ordered list.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
start | The number to start the list with. | xs:integer | none | deprecated | |
type | Defines the list number style | xs:string | none | 1, a, A, i, I | deprecated |
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="ol">
<pane name="background">
<p class="taskhead">To add an asset:</p>
<ol>
<li>Click Add to add a new asset. An icon is added to the list,
and the edit controls are enabled. </li>
<li>Now you can enter a value and other asset attributes.</li>
</ol>
</pane>
</canvas>