Enter your content in the markup code
The following makrkup code is structured using:
- h2 element (contains the name of the Method)
- dl, dt and dd elements (contains the definition terms and their definitions)
- ol, li, and pre elements (contains the code syntax sample)
- Copy and paste the code snippet shown below into your Help Authoring Tool source code editor or your text editor of choice.
- Delete the italicized instructions and enter your content in the prescribed areas.
-
<h2>Enter Method Name here</h2>
-
<dl>
-
<dt>Description</dt>
-
<dd>Enter Method description here</dd>
-
<dt>Application</dt>
-
<dd>Enter Application name here</dd>
-
<dt>Component</dt>
-
<dd>Enter Component name here</dd>
-
<dt>DLL</dt>
-
<dd>Enter DLL name here</dd>
-
<dt>Class</dt>
-
<dd>Enter Class name here</dd>
-
<dt>Language</dt>
-
<dd>Enter Language name here</dd>
-
<dt>Code Example - Syntax</dt>
-
<dd class="ddcode">
-
<ol class="code">
-
<li><pre>code line</pre></li>
-
<li><pre> code line</pre></li>
-
<li><pre> code line</pre></li>
-
<li><pre> code line</pre></li>
-
<li><pre> code line</pre></li>
-
<li><pre> code line</pre></li>
-
<li><pre> code line</pre></li>
-
<li><pre> code line</pre></li>
-
<li><pre> code line</pre></li>
-
<li><pre>code line</pre></li>
-
</ol>
-
</dd>
-
<dt>Parameters</dt>
-
<dd>Enter 1st Parameter here
-
<ul>
-
<li>Enter description here</li>
-
</ul>
-
</dd>
-
<dd>Enter 2nd Parameter here
-
<ul>
-
<li>Enter description here</li>
-
</ul>
-
</dd>
-
<dd>Enter 3rd Parameter here
-
<ul>
-
<li>Enter description here</li>
-
</ul>
-
</dd>
-
<dt>Assumptions</dt>
-
<dd>Enter Assumption here</dd>
-
<dt>Returns</dt>
-
<dd>Enter Return here</dd>
-
<dt>Arguments</dt>
-
<dd>Enter Argument here</dd>
-
<dt>Comments</dt>
-
<dd>Enter Comment here</dd>
-
<dt>References</dt>
-
<dd>Enter Reference here</dd>
-
</dl>