<value ...> element


The value element can be used to refer to text or markup held in elements of the document.


Attributes

Name Data type Default
targetAttribute
script.variable
implied
targetElement
script.variable
implied

Children

none

Parents

Properties

none

Methods

none

Example

<prompt id="Confirm">
    Do you want to travel from
    <value targetelement="txtBoxOrigin" targetattribute="value" />
    to
    <value targetelement="txtBoxDest" targetattribute="value" />
    ?
</prompt>

 

Extra info

For details on usage of this element, see the SALT Specification, Version 1.0.