Anchor
This component adds a text field to a form with an informational icon, as shown in Figure 10.45the example above. This is the form component used to display the Shipping, Tax, and Handling fields found on an Orders record's Summary area. Clicking the icon displays additional information about how the field's value was calculated.
A developer defines the action that takes place when the button is clicked in the form template's Layout Control. See "Adding a Layout Control" on page 568 for for more information.
This component uses the following input properties:
- FieldName (required): This string links the Form Template Part to a Field in the form's entity. For this input property, replace the <Required> default with Name of an Entity Field that meets the requirements for a standard text field. See "Standard Text Field" on page 190 for more information.
- ShowLabel (required): When set to 1, the specified LabelCaption appears on the form. When set to 0, the LabelCaption does not appear. This input property defaults to 1.
- LabelCaption: This string specifies an optional caption that can appear on the form to the left of the field.
- FontName: This string specifies the font used for the caption and the field value. It defaults to Tahoma.
- LabelWidth (required): This property specifies the width of the LabelCaption in pixels. A typical LabelWidth in Aptify is between 79 and 99 pixels.
- ExtendedType: This property is typically not applicable to an Order Text Button. For standard text fields, it specifies the extended type of the field (see "Extended Attribute Fields" on page 201 and " and Extended Type" on page 278 for more information on the Extended Types).
- LabelCaptionCultureString: This string specifies the culture string used to localize the label. For this input property, specify the base string for the applicable Culture String record. See "Working with Culture Strings" on page 385 in the Admin Guide for more details.