Custom Properties for Images
In the custom properties for an image, you enter a unique value for the SBL_LBL_ID key.
You use the value for this key when you designate the attribute ID value of a label control in an HTML file for a Web page. An example follows:
<label id="SBL_IMG_ID" style="display: none;"></label>
where SBL_IMG_ID
is the value for this key.
When you select an image in OPM, the Browse button is not supported for this integration. You can
enter the relative path to the image (for example, images/sample.png
, if the
image is available in the images
directory of the Siebel Web server). Also, you
can enter the complete URL for the image.
For accessibility support and aria labels, define the image in the HTML file, not in Intelligent Advisor. An example follows:
<img src="images/sample.png" alt="sample image"></img>