AutoText Changes
Where VDL 2.0 had the autotext and text tags, VDL 4.7 has the single attribute vdl-text.
This attribute enables the developer to expose the values of Mosel entities from the model, scenario properties and numerous other values which are available at run time.
<p vdl-text="=scenario.entities.MyScalar"></p>
This would then add the value of the MyScalar entity as child text to the paragraph(p) tag. Most VDL and HTML tags can accept the vdl-text attribute as long as they are capable of displaying text. This extends the abilities of autotext by allowing the value of any dynamic expression to be displayed.