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
CA Identity Manager adds a new field above the field you selected.
The Field Properties dialog opens.
The HTML field appears.
<h1>Add your online help text here</h1>
Note: 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}
Identifies the resource bundle that includes the text string mapping for the key ID.
Identifies 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.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|