File: xdobjHTMLTaskPaneExternal.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 (12 lines) | stat: -rw-r--r-- 3,787 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01024621"><META NAME="lcid" CONTENT="1033"><title>HTMLTaskPaneExternal Object</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>HTMLTaskPaneExternal Object</h1><div class="ofvbanav"><span class="ofvbanavreuse" id="seealso" onclick="toggleList()" onkeypress="toggleList()"></span><span class="ofvbanavreuse" id="properties" onclick="toggleList()" onkeypress="toggleList()"></span><span class="ofvbanavreuse" id="methods" onclick="toggleList()" onkeypress="toggleList()"></span><span class="ofvbanavreuse" id="events" onclick="toggleList()" onkeypress="toggleList()"></span><span class="ofvbanavreuse" id="specifics" onclick="toggleList()" onkeypress="toggleList()"></span></div><table class="ofvbaomart"><tr><td class="noborder" nowrap="true"><A HREF="xdobjHTMLTaskPaneExternal.htm" title="HTMLTaskPaneExternal"><SPAN class="omblue">HTMLTaskPaneExternal</SPAN></A><br /></td></tr></table><p>Represents a link to the Microsoft Office InfoPath 2003 object model. The  <b class="bterm">HTMLTaskPaneExternal</b> object is used to expose the InfoPath object model to the <a href="#" class="glossary" onclick="AppendPopup(this,'IDH_ofdefDynamicHTML')" onkeypress="AppendPopup(this,'IDH_ofdefDynamicHTML')">Dynamic HTML (DHTML)</a> scripting code in a <a href="#" class="glossary" onclick="AppendPopup(this,'xdcustomtaskpane')" onkeypress="AppendPopup(this,'xdcustomtaskpane')">custom task pane</a>.</p><p>The <b class="bterm">HTMLTaskPaneExternal</b> object provides a number of properties for accessing certain parts of the InfoPath object model, including the <b class="bterm"><a href="xdobjXDocument.htm" id="HV01021254" lcid=" ">XDocument</a></b> object and the <b class="bterm"><a href="xdobjWindow.htm" id="HV01021252" lcid=" ">Window</a></b> object.</p><h2>Remarks</h2><p>The <b class="bterm">HTMLTaskPaneExternal</b> object facilitates using the InfoPath object model within the scripting code that is part of a custom task pane. The object is exposed through the <b class="bterm">external</b> property of the DHTML <b class="bterm">window</b> object.</p><h2>Using the HTMLTaskPaneExternal object</h2><p>In the following example, the <b class="bterm">HTMLTaskPaneExternal</b> object is used through the <b class="bterm">external</b> property of the DHTML <b class="bterm">window</b> object to set a reference to the <b class="bterm">XDocument</b> object that is part of the InfoPath object model:</p><pre><code>var objXDoc;

objXDoc  = window.external.XDocument;
objXDoc.View.SwitchView("View2");</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/xdobjHTMLTaskPaneExternal_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>