Elements You Can Add
You can add user interface elements to IBM® Cognos® Connection.
Use the following example to add a URL, an icon, a tooltip, and a label to the right side of the IBM Cognos Connection top header (h1), where the target element can be one of _blank, _self, _parent, or _top.
<CRN_HEADER_OPTIONS> <item show="user_type"> <url> http-encoded URL to execute </url> <onclick>other action to take when link is clicked </onclick> <target>browser window to target </target> <label xml:lang="en">link text </label> <tooltip xml:lang="en">tooltip text </tooltip> <label xml:lang="language">link text </label> <tooltip xml:lang="language"> tooltip text </tooltip> <icon>icon to show for this element </icon> </item> </CRN_HEADER_OPTIONS>
For information about hiding user interface elements, see Hide User Interface Elements.