Previous Topic

Next Topic

Book Contents

Value attribute for text controls

Use the Value attribute to specify the text to enter in a text control, using XML escaping if necessary.

When you enter a value for a text control, ensure that the text conforms to the following MedML attributes specified for the control:

For example, to enter text in the text box sub-controls for checkboxes 1 and 3, use the following:

<ItemData ItemOID="frmA.sctB.itmC.MULTICB.SELECT1.TEXT1" Value="text value 1"/>

<ItemData ItemOID="frmA.sctB.itmC.MULTICB.SELECT3.TEXT3" Value="text value 3"/>

Send Feedback