westdc-zf1/htdocs/js/timemap.2.0.1/docs/jsdoc-toolkit/timemap.tmpl

71 lines
2.8 KiB
Cheetah
Raw Permalink Normal View History

2011-11-08 09:02:14 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}" />
<title>{+JSDOC.opt.D.projectTitle+}
<if test="JSDOC.opt.D.version">v.{+JSDOC.opt.D.version+}</if>
: Class Index : JsDoc Reference</title>
<meta name="generator" content="JsDoc Toolkit" />
<style type="text/css">
{+include("static/default.css")+}
</style>
</head>
<body>
{+include("static/header.html")+}
<div id="index">
<h3 class="projectTitle">{+JSDOC.opt.D.projectTitle+}
<if test="JSDOC.opt.D.version">v.{+JSDOC.opt.D.version+}</if>
</h3>
<div class="toplinks">Class Index
| {+new Link().toFile("files.html").withText("File Index")+}</div>
<if test="JSDOC.opt.D.imageFile">
<img src="{+JSDOC.opt.D.imageFile+}">
</if>
{+publish.classesIndex+}
</div>
<div id="content">
<h1 class="classTitle">Timemap.js</h1>
<if test="data.readme">
<p><strong>Author:</strong> {+data.readme.author+}</p>
<p><strong>Version:</strong> {+data.readme.version+}</p>
</if>
<p>This is the auto-generated code documentation for {+JSDOC.opt.D.projectTitle+}.</p>
<if test="data.readme">{+data.readme.desc+}</if>
<h1 class="classTitle">Class Index</h1>
<hr />
<h2>Core Classes</h2>
<p>These are the base classes of the library - the models that hold the timemap data.</p>
{+doTemplate('classlist.tmpl', data.core)+}
<h2>Loader Classes</h2>
<p>These classes provide different ways of loading data from various sources.</p>
{+doTemplate('classlist.tmpl', data.loaders)+}
<h2>Param Classes</h2>
<p>These classes provide an architecture for loading data elements, either in the loaders or from a URL or other source. You probably won't need to worry about them much.</p>
{+doTemplate('classlist.tmpl', data.param)+}
<h2>Theme &amp; Utility Classes</h2>
<p>These classes provide functionality and predefined objects for themes and utility functions.</p>
{+doTemplate('classlist.tmpl', data.util)+}
</div>
<div class="fineprint" style="clear:both">
<if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
</div>
</body>
</html>