File: xsfatrcontainer.htm

package info (click to toggle)
office2003-schemas 1.0%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 42,304 kB
  • sloc: javascript: 2,429; makefile: 29
file content (30 lines) | stat: -rw-r--r-- 4,616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01021540"><META NAME="lcid" CONTENT="1033"><title>container Attribute</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><p id="ExpandAllLine" class="ExpFav"><a href="#" onclick="ExpandAll()" onkeypress="ExpandAll()" class="DropDown"><img id="picHeader" border="0" src="expandtri.gif" alt="Show All"><span id="ExpandAll">Show All</span></a></p><h1>container Attribute</h1><div class="ofvbanav"><span class="ofvbanavreuse" id="seealso" onclick="toggleList()" onkeypress="toggleList()"></span><span class="ofvbanavreuse" id="parentelements" onclick="toggleList()" onkeypress="toggleList()"></span></div><p>Specifies an <a href="#" class="glossary" onclick="AppendPopup(this,'xdxpath')" onkeypress="AppendPopup(this,'xdxpath')">XPath</a> expression that determines the context in which the control will be selectable and its actions enabled.</p><h2>Type</h2><p><pre><code>xsd:string</code></pre></p><h2>Remarks</h2><p>The <b class="bterm">container</b> attribute is an optional attribute of the <b class="bterm"><a href="xsfelmxmlToEdit.htm" id="HV01021519" lcid=" ">xmlToEdit</a></b> element.</p><p>If the current context (view selection or insertion point) is within some HTML element that maps back to an XML <a href="#" class="glossary" onclick="AppendPopup(this,'ofdocumentobjectmodeldom')" onkeypress="AppendPopup(this,'ofdocumentobjectmodeldom')">Document Object Model (DOM)</a> node that satisfies the container XPath expression, the control is enabled. Otherwise, all actions are disabled.</p><p>It does not suffice for the container XML DOM node to exist. Actions will be enabled only when the current selection is within an HTML element that maps to the container XML DOM node.</p><p><b>Note</b>  In Microsoft Office InfoPath 2003 <a href="#" class="glossary" onclick="AppendPopup(this,'xddesignmode')" onkeypress="AppendPopup(this,'xddesignmode')">design mode</a>, generated XPath expressions for the <b class="bterm"><a href="xsfatritem.htm" id="HV01021559" lcid=" ">item</a></b> and <b class="bterm">container</b> attributes will always be in the form <code>item="/a/b/c"</code>, which provides the full path from the root element of the form's underlying XML document. But patterns such as<code> item="b/c"</code>, or with predicates as in <code>item="b[@p='23']/c[q]"</code> are allowed if the <a href="#" class="glossary" onclick="AppendPopup(this,'xdformdefinitionfilexsf')" onkeypress="AppendPopup(this,'xdformdefinitionfilexsf')">form definition (.xsf) file</a> is edited manually.</p><h2><a id="#example" name="#example">Example</a></h2><p>The following is an example of the <b class="bterm">container</b> attribute as it is used in the <b class="bterm">xmlToEdit</b> element:</p><pre><code>&lt;xsf:editing&gt;
   &lt;xsf:xmlToEdit name="CD_10"
      item="/CustomUISample/CDCollection/CD" 
      <b class="bterm">container</b>="/CustomUISample"&gt;
      &lt;xsf:editWith caption="CD"
         xd:autogeneration="template" 
         component="xCollection"&gt;
         &lt;xsf:fragmentToInsert&gt;
            &lt;xsf:chooseFragment parent="CDCollection"&gt;
               &lt;CD&gt;
                  &lt;Title&gt;&lt;/Title&gt;
                  &lt;Artist&gt;&lt;/Artist&gt;
                  &lt;Tracks&gt;
                     &lt;Track&gt;&lt;/Track&gt;
                     &lt;Track&gt;&lt;/Track&gt;
                  &lt;/Tracks&gt;
               &lt;/CD&gt;
            &lt;/xsf:chooseFragment&gt;
         &lt;/xsf:fragmentToInsert&gt;
      &lt;/xsf:editWith&gt;
   &lt;/xsf:xmlToEdit&gt;
&lt;/xsf:editing&gt;</code></pre><script type="text/javascript" language="JScript" src="ofvbanl.js"></script><span id="ofVBAISpan" class="ofvbaispan"><iframe id="ofVBAIFrame" frameborder="0" marginheight="0" marginwidth="4" scrolling="auto" width="100%" src="../links/xsfatrcontainer_l.htm"></iframe></span><center><a href="XMLSchemaCopyright_HV01147162.htm">&copy;2003-2004 Microsoft Corporation. All rights reserved.</a>  

Permission to copy, display and distribute this document is available at: <a 

href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&amp;CTT=11&amp;Origin=HV011232471033" 

target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>