Table of Contents

matrixLayout attribute

Configures the layout of the matrix.

Content Type

Item Facet value Description
string restriction
  Enumeration InputLeftOutputTop Displays the inputs on the left and the outputs at the top. (This is the default configuration).
  Enumeration InputTopOutputLeft Displays the inputs at the top and the outputs on the left.

Parent

Discreets

Remarks

A typical matrix layout shows the inputs on the left and the outputs at the top. However, in certain circumstances, it can be useful to visualize a matrix in an alternative way. This can be done by this attribute.

From DataMiner 10.0.8 (RN 25456, RN 25892) onwards, you can use the matrixLayout attribute to configure the following matrix layouts:

  • InputLeftOutputTop: Shows the inputs on the left and outputs at the top (default).
  • InputTopOutputLeft: Shows the inputs at the top and outputs on the left.
Note
  • Only applicable for parameters of type "matrix".
  • The layout configuration can be overridden (per matrix) using the NotifyDataMiner call NT_UPDATE_PORTS_XML (128).

Examples

<Type link="labels.xml" options="matrix=64,64,0,1,0,64,pages">matrix</Type>
<Discreets matrixLayout="InputTopOutputLeft">