123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en-us" lang="en-us">
- <head xmlns="">
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: DOCS
- © Copyright IBM Corp. 2005, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <meta name="Copyright" content="© Copyright IBM Corp. 2005, 2014."></meta>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="copyright" content="© Copyright IBM Corporation 2014" />
- <meta name="DC.Rights.Owner" content="© Copyright IBM Corporation 2014" />
- <meta name="security" content="public" />
- <meta name="Robots" content="index,follow" />
- <meta name="DC.Type" content="concept" />
- <meta name="DC.Title" content="section Element" />
- <meta name="abstract" content="An element that groups all strings that must be customized." />
- <meta name="Description" content="An element that groups all strings that must be customized." />
- <meta name="DC.subject" content="elements, section, section element" />
- <meta name="keywords" content="elements, section, section element" />
- <meta name="DC.Relation" scheme="URI" content="ug_ldk_c_inputresourcefiles.html#InputResourceFiles" />
- <meta name="DC.Date" scheme="iso8601" content="2014-08-19" />
- <meta name="DC.Format" content="XHTML" />
- <meta name="DC.Identifier" content="sectionElement" />
- <meta name="DC.Language" content="en-us" />
- <meta name="IBM.Country" content="ZZ" />
- <!-- Licensed Materials - Property of IBM -->
- <!-- US Government Users Restricted Rights -->
- <!-- Use, duplication or disclosure restricted by -->
- <!-- GSA ADP Schedule Contract with IBM Corp. -->
- <link rel="stylesheet" type="text/css" href="./common/ibmdita.css" />
- <link rel="stylesheet" type="text/css" href="./common/idsvhlp.css" />
- <link rel="Start" href="ug_ldk_c_inputresourcefiles.html#InputResourceFiles" />
- <title>section Element</title>
- <script language="javascript"><!--
- function openTopic( openTopicLoc, tour ) { var helpWin = ''; var tempHelpWindowName = ''; var helpWindowName = ''; var winWidth = 680; var winHeight = 500; var charPos = openTopicLoc.indexOf("?", 0); if(tour == "tour") { winWidth = 800; winHeight = 600; } if( charPos > 0 ) tempHelpWindowName = openTopicLoc.substring(0, charPos ) || ''; else tempHelpWindowName = openTopicLoc || ''; if( tempHelpWindowName ) { helpWindowName = tempHelpWindowName.replace(/#/ig, "_"); helpWindowName = helpWindowName.replace(/\./g, "_"); helpWindowName = helpWindowName.replace(/\//g, "_"); } if( helpWindowName ) { helpWin=window.open( openTopicLoc, helpWindowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+winWidth+",height="+winHeight, true); helpWin.focus(); } }
- function doNav() {parent.header.previousNavPage = "ug_ldk_c_componentelement.html#c_componentelement";parent.header.nextNavPage = "ug_ldk_c_stringelement.html#c_stringelement"; parent.header.updateNav();
- if(parent.tabcontent) {document.getElementById("collapsableVbar").className="bux-collapsableContentPane-resize-vbar-right-invisible-false"; document.getElementById("collapsableVbarButton").className="bux-collapsableContentPane-border-openClose-button-left"; document.getElementById("collapsableVbarButton").title="Hide the navigation pane"; }
- else {document.getElementById("collapsableVbar").className="bux-collapsableContentPane-resize-vbar-left-invisible-false"; document.getElementById("collapsableVbarButton").className="bux-collapsableContentPane-border-openClose-button-right"; document.getElementById("collapsableVbarButton").title="Show the navigation pane"; } }
- function dC() { if(parent.tabcontent){ parent.tab.fHlp('ug_ldk.html'); } else {parent.tab.fHlp('ug_ldk_a.html'); } }
- --></script><!--[if IE 6]><style type="text/css">.contentDIV {width:100%;overflow:auto;} .bux-collapsableContentPane-resize-vbar-left-invisible-false {visibility:visible;position:absolute;} .bux-collapsableContentPane-resize-vbar-right-invisible-false {visibility:visible;position:absolute;}</style><![endif]-->
- <!--[if gte IE 7]><style type="text/css">.contentDIV {overflow:visible;}</style><![endif]-->
- </head>
- <body onLoad="doNav();highlight();jumpHL();">
- <!--ZOOMSTOP-->
- <noscript>To use IBM Cognos product documentation, you must enable JavaScript in your browser.</noscript>
- <noscript>Internet Explorer Users: If the Information Bar displays a message informing you that active content has been restricted, click the Information Bar for an option to allow blocked content for the current help session. For more information on changing security settings, search Internet Explorer help for <q>active content advanced options</q>. All other browsers: Please make sure JavaScript is enabled.</noscript>
- <!--ZOOMRESTART-->
- <div class="bux-collapsableContentPane-resize-vbar-right-invisible-false" id="collapsableVbar" role="region" aria-label="navigation bar container"><div tabindex="0" class="bux-collapsableContentPane-border-openClose-button-left" id="collapsableVbarButton" role="region" aria-label="collapse and expand navigation bar"><a href="JavaScript:dC();"><img style="text-decoration: none" src="common/spacer.gif" height="1px" width="1px" border="0" alt="Open and Close navigation pane" /></a></div></div><div class="contentDIV" role="main">
- <a name="c_sectionelement"></a><a name="sectionelement"></a><h1 class="title topictitle1">section Element</h1>
- <div class="body conbody"><div class="abstract"> <span class="shortdesc">An element that groups all strings that must
- be customized. </span>
- </div>
- <p class="p">The type attribute for this element indicates which of the following
- types of strings a section contains.</p>
- <dl class="dl"><dt class="dt dlterm">Messages</dt>
- <dd class="dd">Error messages, warnings, and information messages </dd>
- <dt class="dt dlterm">User interface</dt>
- <dd class="dd">User interface text, such as titles, labels,
- lists, property names, contextual help, introductory text, and other
- text in dialog boxes</dd>
- <dt class="dt dlterm">Menus</dt>
- <dd class="dd">Menu items, labels, and tooltips</dd>
- </dl>
- <p class="p">Translators can apply different grammatical style and different
- wording to each type of string.</p>
- </div>
- <div class="related-links">
- <div class="familylinks">
- <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="ug_ldk_c_inputresourcefiles.html#InputResourceFiles" title="Input resource files are XML files that contain message strings, such as error messages and warnings, as well as menu text and user interface text.">Input Resource Files</a></div>
- </div>
- </div>
- <style type="text/css">.highlight { background: #DEEEFF; }</style><script src="common/highlight.js"></script><script><!-- highlight(); //--></script>
- </div>
- </body>
- </html>
|