IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Function

The width attribute is defined in Column XML DOM structure. It identifies the width of the column view component in the page. And the minWidth and maxWidth attributes identify the minimum and the maximum width of the column.

Diagram showing the width attribute of Column element

The attribute draggable is defined in XML DOM structure. This attribute, together with the siblings and the previous column, determines whether the column can be dragged or not.

Diagram showing the draggable attribute of Column element

When the function of adding a column is triggered, it utilizes the Column Logic class, which implements the function of creating the column by using the functions provided by Abstract Column Logic class. The following diagram shows the change in the DOM structure after a new column is added:

Diagram showing the change in the DOM structure after a new column is added:



Feedback