Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\ui_templt_label.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>Label Templates</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T16:11:30Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Label Templates" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E11947-01" /> <link rel="copyright" href="dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="up" href="preface.htm" title="Home" type="text/html" /> <link rel="up" href="themes.htm" title="Managing Themes and Templates" type="text/html" /> <link rel="up" href="ui_templt.htm" title="Customizing Templates" type="text/html" /> <link rel="up" href="ui_templt_label.htm" title="Label Templates" type="text/html" /> <link rel="prev" href="ui_templt_cal.htm" title="Previous" type="text/html" /> <link rel="next" href="ui_templt_list.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface.htm" title="Home">Home</a> > <a href="themes.htm" title="Managing Themes and Templates">Managing Themes and Templates</a> > <a href="ui_templt.htm" title="Customizing Templates">Customizing Templates</a> > Label Templates</p> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="ui_templt_cal.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="ui_templt_list.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="BABEADGB" name="BABEADGB"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1><a name="HTMDB25652" id="HTMDB25652"></a>Label <a id="sthref1671" name="sthref1671"></a><a id="sthref1672" name="sthref1672"></a>Templates</h1> <p>Label templates are designed to centrally manage HTML markup of page item labels. Each item can have an optional label. You can control how these labels display using label templates. For example, you could create a label template called Required Field that references an image (such as an asterisk) to indicate to the user that the field is required.</p> <p>Label templates enable you to define a before-and-after text string that gets prepended and appended to the item.</p> <div align="center"> <div class="inftblnotealso"><br /> <table class="NoteAlso oac_no_warn" summary="" cellpadding="3" cellspacing="0"> <tbody> <tr> <td align="left"> <p class="notep1">See Also:</p> <a href="ui_templt.htm#BABBFHJA">"Customizing Templates"</a> and <a href="ui_themes.htm#BABJEDBB">"Managing Themes"</a></td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></div> <div class="sect3"><!-- infolevel="all" infotype="General" --><a id="sthref1673" name="sthref1673"></a> <h2><a name="HTMDB25653" id="HTMDB25653"></a>Label Template Attributes</h2> <p>This section describes specific sections of the Edit Label Template page. You can access the sections of the page by either scrolling down the page, or by clicking a navigation button at the top of the page. Note that when you select a button at the top of the page, the selected section appears and all other sections are temporarily hidden. To view all sections of the page, click <span class="bold">Show All</span>.</p> <div class="sect4"><!-- infolevel="all" infotype="General" --><a id="sthref1674" name="sthref1674"></a> <h3><a name="HTMDB25654" id="HTMDB25654"></a>Name<a id="sthref1675" name="sthref1675"></a></h3> <p><span class="bold">Template Name</span> identifies the name of the template. Use the <span class="bold">Translatable</span> check box to indicate that the template contains text strings that require translation. <span class="bold">Theme</span> indicates the theme to which the template is a member.</p> <p><span class="bold">Template Class</span> identifies a specific use for the template. When you switch to a theme, all templates in one theme are mapped to corresponding templates in another theme. Application Builder accomplishes this template mapping through the assignment of a template class.</p> </div> <!-- class="sect4" --> <div class="sect4"><!-- infolevel="all" infotype="General" --><a id="sthref1676" name="sthref1676"></a> <h3><a name="HTMDB25655" id="HTMDB25655"></a>Subscription<a id="sthref1677" name="sthref1677"></a></h3> <p>Use <span class="bold">Template Subscription</span> to apply an existing template to the current application. When you select an existing template, you become a subscriber to that template.</p> <p>To load a copy of a master template, click <span class="bold">Refresh Template</span>.</p> </div> <!-- class="sect4" --> <div class="sect4"><!-- infolevel="all" infotype="General" --><a id="sthref1678" name="sthref1678"></a> <h3><a name="HTMDB25656" id="HTMDB25656"></a>Definition<a id="sthref1679" name="sthref1679"></a></h3> <p>In <span class="bold">Before Label</span>, enter HTML to display before the item label. Before Label supports the substitution strings <code>#CURRENT_FORM_ELEMENT#</code>; <code>#CURRENT_FORM_ID#</code>, and <code>#CURRENT_ITEM_NAME#</code>. For example:</p> <pre xml:space="preserve" class="oac_no_warn"> <label for="#CURRENT_ITEM_NAME#"> <a href="javascript:popupFieldHelp('#CURRENT_ITEM_ID#', '&APP_SESSION.','&CLOSE.')" > </pre> <p>In <span class="bold">After Label</span>, enter HTML to display after the item label. Since the label will automatically display before the HTML in this region, any open HTML tags in the Before Label region should be closed here. For example:</p> <pre xml:space="preserve" class="oac_no_warn"> </a></label> </pre></div> <!-- class="sect4" --> <div class="sect4"><!-- infolevel="all" infotype="General" --><a id="sthref1680" name="sthref1680"></a> <h3><a name="HTMDB25657" id="HTMDB25657"></a>Error Display<a id="sthref1681" name="sthref1681"></a></h3> <p>In <span class="bold">On Error Before Label</span>, enter HTML to precede the item label when an application displays an inline validation error message for the item. For example:</p> <pre xml:space="preserve" class="oac_no_warn"> <font class="fieldtitleleft">#ERROR_MESSAGE# </pre> <p>In <span class="bold">On Error After Label</span>, enter HTML to be appended to the item label when an application displays an inline validation error message for the item. This attribute supports the substitution strings <code>#CURRENT_FORM_ELEMENT#</code>, <code>#CURRENT_FORM_ID#</code>, and <code>#CURRENT_ITEM_NAME#</code>. The following example would append a space and a closing bracket to the displayed item label with the error.</p> <pre xml:space="preserve" class="oac_no_warn"> &nbsp;]</font> </pre></div> <!-- class="sect4" --> <div class="sect4"><!-- infolevel="all" infotype="General" --><a id="sthref1682" name="sthref1682"></a> <h3><a name="HTMDB25658" id="HTMDB25658"></a>Comments<a id="sthref1683" name="sthref1683"></a></h3> <p>Use this attribute to record comments about this object.</p> </div> <!-- class="sect4" --> <div class="sect4"><!-- infolevel="all" infotype="General" --><a id="sthref1684" name="sthref1684"></a> <h3><a name="HTMDB25659" id="HTMDB25659"></a>Substitution Strings<a id="sthref1685" name="sthref1685"></a></h3> <p>Lists substitution string usage for this template. Substitution strings are used within subtemplates to reference component values.</p> </div> <!-- class="sect4" --></div> <!-- class="sect3" --></div> <!-- class="sect2" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td> <td align="center"><a href="ui_templt_cal.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="ui_templt_list.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de