Can someone explain the differences between the control types "HTML" and "HTML Card"?
In a Hybrid solution we use a Grid for the Windows GUI and the Card List for the Universal GUI to display HTML content.
In the Universal GUI the Card List only works if the field is linked to control type "HTML"
In the Windows GUI, displaying HTML in Grids only works if the field is linked to control type "HTML Card" and in Form List only if the field is linked to control type "HTML"
Because the card list is not available in the Windows GUI, we are forced to use the Grid or Form List. The grid provides the best user experience, but HTML is displayed less attractively than in the Form List. The Form List works slower and the navigation is less intuitive, because it is not clearly visible when the work record is selected.
The HTML we like to display:
<div>
<b>11-Jun-24 00:01
<br/>Vessel XYZ
<br/>Total Moves: 250</b>
<br/>D | Containers: 237 | TEU: 390
<br/>R | Containers: 114 | TEU: 206
<br/>L | Containers: 13 | TEU: 15
<br/>O | Containers: 127 | TEU: 221
</div>
Something wrong with this?