Siebel Life Sciences Guide > Siebel Pharma Developer's Reference > Configuring Personalized Content Delivery >

Modifying a Tooltip in the PCD Viewer


You can customize the tooltips that are displayed when a user places the cursor over the buttons in the PCD Viewer.

To modify a tooltip in the PCD viewer

  1. Navigate to folder Siebel installation path>\public\<language folder>\ISDData\<language folder>.
  2. Open the lfs.xml file and enter the tooltip string as shown in the following example: <IDS_NEW_TOOLTIP>New ToolTip </IDS_NEW_TOOLTIP >
  3. Navigate to folder Siebel installation path>\public\<language folder>.
  4. Open the toolbar_buttons.xml file and locate the button tag for which tooltip is to be modified.
  5. Update the <toolTip> tag for the selected button with the string tag created in lfs.xml as shown below:

    <toolbars>

    <toolbar toolbarId="Detailer - Standard" defaultState="DEFAULT" firstChangeInternal="false" buttonId="1">

    <respectStates>

    <toolbar name="Detailer - Standard"/>

    </respectStates>

    <button buttonId="2">

    <label/>

    <toolTip>IDS_NEW_TOOLTIP</toolTip>

    <icon/>

    .......

    </button>

    </toolbar>

    </toolbars>

NOTE:  It is not recommended to remove buttons from the toolbar_buttons.xml. However, you can hide buttons by adding the DefaultState value to the ReadOnlyStates tag.

Siebel Life Sciences Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.