Configuring the Thread Bar

You can use the following od tags to configure an HTML thread bar:

  • <div od-type="threadbar">. Defines the start and finish of the thread bar section.

  • <div od-type="threadlink">. Defines the definition of a thread button on the thread bar. This tag includes the following properties:

    • FormattedHtml. Display the HTML link.

    • Title. Display the title and value pair of the thread button.

  • <div od-type="threadseparator">. Specifies the symbol that Siebel CRM displays to separate thread buttons.

Use the <div od-type="threadlink"> and <div od-type="threadseparator"> tags only in the <div od-type="threadbar"> tag.

The usage of these od tags is similar to that of the screen bar and view bar tags.

To configure the thread bar

  • Insert thread bar definitions into a Siebel web template. Use the <div od-type="threadbar">, <div od-type="threadlink">, and <div od-type="threadseparator"> tags. For usage with frames, do the following:

    • Application does not use frames. Insert the definition in a container page. For example, CCPageContainer_NoFrames.

    • Application uses frames. Insert the definition in the Siebel web template for the Viewbar frame or the View frame.