<?php
  include_once '../doc-typo3-funcs.php';
  $doxygen_vars = array(	"title" => "TYPO3 4.0.1: mediumDoc Class Reference",
				"datetime" => "Sat Dec 2 19:25:14 2006",
				"date" => "2 Dec 2006",
				"doxygenversion" => "1.4.6",
				"projectname" => "TYPO3 4.0.1",
				"projectnumber" => "4.0.1"
			);
  get_header($doxygen_vars);
?>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li id="current"><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<h1>mediumDoc Class Reference</h1><!-- doxytag: class="mediumDoc" --><!-- doxytag: inherits="template" -->Inheritance diagram for mediumDoc:<p><center><img src="classmediumDoc__inherit__graph.png" border="0" usemap="#mediumDoc__inherit__map" alt="Inheritance graph"></center>
<map name="mediumDoc__inherit__map">
<area href="classtemplate.html" shape="rect" coords="5,7,184,1255" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for mediumDoc:<p><center><img src="classmediumDoc__coll__graph.png" border="0" usemap="#mediumDoc__coll__map" alt="Collaboration graph"></center>
<map name="mediumDoc__coll__map">
<area href="classtemplate.html" shape="rect" coords="5,7,184,1255" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classmediumDoc-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="765c08e453230fd7af60dfc6150cf71d"></a><!-- doxytag: member="mediumDoc::$divClass" ref="765c08e453230fd7af60dfc6150cf71d" args="" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmediumDoc.html#765c08e453230fd7af60dfc6150cf71d">$divClass</a> = 'typo3-<a class="el" href="classmediumDoc.html">mediumDoc</a>'</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Extension class for "template" - used for backend pages which were medium wide. Typically submodules to Web or File which were presented in the list-frame when the content frame were divided into a navigation and list frame. The class were more significant in the past than today. But probably you should use this one for most modules you make. 
<p>

<p>
Definition at line <a class="el" href="template_8php-source.html#l02087">2087</a> of file <a class="el" href="template_8php-source.html">template.php</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li>typo3_src-4.0.1/typo3/<a class="el" href="template_8php-source.html">template.php</a></ul>
<?php
  include_once '../doc-typo3-funcs.php';
  get_footer();
?>