Add Help Text to Profile Screens
You can add text anywhere in a profile screen to provide additional information, such as online help text for a field, to users.
cim1265
You can add text anywhere in a profile screen to provide additional information, such as online help text for a field, to users.
To add help text to a profile screen
- Select the field below the row where you want to add the online help text and click the Add button to add one row with one field above the row you selected.Identity Manageradds a new field above the field you selected.
- Click the edit icon to edit the new field.The Field Properties dialog opens.
- Select the (Separator) attribute in the Attribute Name field.
- Select HTML in the Style field.The HTML field appears.
- Enter the text that you want to appear in HTML tags, for example:<h1>Add your online help text here</h1>
- Click OK.
To display custom HTML in a different language, specify a resource key with the following format in the custom HTML field:
${bundle=ResourceBundle:key=keyID}
ResourceBundle
Identifies the resource bundle that includes the text string mapping for the key ID.
- keyIDIdentifies the key ID that maps to the text string to display. The mapping must exist in a resource bundle.
For example, the HTML for a localized field should resemble the following:
<p> ${bundle=MyResourceBundle;key=MyResourceKey} </p>
For more information about resource bundles, see the
User Console Design Guide
.