<?php
  include_once '../doc-typo3-funcs.php';
  $doxygen_vars = array(	"title" => "TYPO3 4.0.1: tx_tstemplateceditor Class Reference",
				"datetime" => "Sat Dec 2 19:27:26 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>tx_tstemplateceditor Class Reference</h1><!-- doxytag: class="tx_tstemplateceditor" --><!-- doxytag: inherits="t3lib_extobjbase" -->Inheritance diagram for tx_tstemplateceditor:<p><center><img src="classtx__tstemplateceditor__inherit__graph.png" border="0" usemap="#tx__tstemplateceditor__inherit__map" alt="Inheritance graph"></center>
<map name="tx__tstemplateceditor__inherit__map">
<area href="classt3lib__extobjbase.html" shape="rect" coords="5,7,219,170" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for tx_tstemplateceditor:<p><center><img src="classtx__tstemplateceditor__coll__graph.png" border="0" usemap="#tx__tstemplateceditor__coll__map" alt="Collaboration graph"></center>
<map name="tx__tstemplateceditor__coll__map">
<area href="classt3lib__extobjbase.html" shape="rect" coords="5,7,219,170" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classtx__tstemplateceditor-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 Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e4dbea3eb8ee13da50e10bebc9733e80"></a><!-- doxytag: member="tx_tstemplateceditor::initialize_editor" ref="e4dbea3eb8ee13da50e10bebc9733e80" args="($pageId, $template_uid=0)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtx__tstemplateceditor.html#e4dbea3eb8ee13da50e10bebc9733e80">initialize_editor</a> ($pageId, $template_uid=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2a7ca00e7ed57e27f4f9435440116f05"></a><!-- doxytag: member="tx_tstemplateceditor::displayExample" ref="2a7ca00e7ed57e27f4f9435440116f05" args="($theOutput)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtx__tstemplateceditor.html#2a7ca00e7ed57e27f4f9435440116f05">displayExample</a> ($theOutput)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d212c44267f4f0cc63086c0faae8cdb2"></a><!-- doxytag: member="tx_tstemplateceditor::main" ref="d212c44267f4f0cc63086c0faae8cdb2" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtx__tstemplateceditor.html#d212c44267f4f0cc63086c0faae8cdb2">main</a> ()</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
TypoScript Constant editor<p>
Module Include-file<p>
localconf-variables: $TYPO3_CONF_VARS["MODS"]["web_ts"]["onlineResourceDir"] = "fileadmin/fonts/"; // This is the path (must be in "fileadmin/" !!) where the web_ts/constant-editor submodule fetches online resources. Put fonts (ttf) and standard images here!<p>
<dl compact><dt><b>Author:</b></dt><dd>Kasper Skårhøj &lt;<a href="mailto:kasperYYYY@typo3.com">kasperYYYY@typo3.com</a>&gt; </dd></dl>

<p>

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