修改SYSTEM.xml来修改前台隐藏元素的实例-3
时间:2010-10-23 来源:sdwjian
下表描述了可添加到 Cognos Connection 的用户界面要素。有关隐藏这些要素的信息,请参阅
用户界面要素 |
说明 |
<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> |
在“Report Studio”链接右侧的 Cognos 8 标题的右侧显示其它选项。 仅 url、图标以及使用英语的工具提示和标签是必需的。 目标可以是 _blank、_self、_parent 或 _top 中的之一。 |
<CC_HEADER_MENU> <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> </item> </CC_HEADER_MENU> |
在“帮助”链接右侧 Cognos Connection 标题的右侧显示其它选项。 仅 url 和使用英语的标签是必需的。 目标可以是 _blank、_self、_parent 或 _top 中的之一。 |
<CC_DIALOG_HEADER> <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> </item> </CC_DIALOG_HEADER> |
在对话框中“帮助”链接的右侧显示其它选项。 |