123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?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="param Element" />
- <meta name="abstract" content="An element that provides a placeholder in a string of text for a parameter." />
- <meta name="Description" content="An element that provides a placeholder in a string of text for a parameter." />
- <meta name="DC.subject" content="param element, elements, param" />
- <meta name="keywords" content="param element, elements, param" />
- <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="paramElement" />
- <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>param 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_stringelement.html#c_stringelement";parent.header.nextNavPage = "ug_ldk_c_errorcodeattribute.html#c_errorcodeattribute"; 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_paramelement"></a><a name="paramelement"></a><h1 class="title topictitle1">param Element</h1>
- <div class="body conbody"><div class="abstract"><span class="shortdesc">An element that provides a placeholder in a string of text
- for a parameter. </span>
- </div>
- <p class="p">The input for the parameter is generated by the application and
- depends on the context in which a message appears. In each string
- element, zero or more param elements can occur.</p>
- <p class="p">The type attribute for the param element indicates the type of
- data that this element substitutes. The types of data that can be
- substituted by the param element are</p>
- <ul class="ul"><li class="li">currency</li>
- <li class="li">fullDate</li>
- <li class="li">fullTime</li>
- <li class="li">integer</li>
- <li class="li">longDate</li>
- <li class="li">longTime</li>
- <li class="li">mediumDate</li>
- <li class="li">mediumTime</li>
- <li class="li">percent</li>
- <li class="li">shortDate</li>
- <li class="li">shortTime</li>
- <li class="li">string (default)</li>
- </ul>
- <p class="p">By knowing the type of the param element, you can apply different
- grammatical style and wording to the text surrounding this element.</p>
- <p class="p">The position of the param element in the string may change when
- the text is translated into other languages. Translators must pay
- special attention when they embed the param element in the translated
- text. </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>
|