mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-25 07:54:44 +00:00
33 lines
No EOL
713 B
Cheetah
33 lines
No EOL
713 B
Cheetah
---
|
|
layout: default
|
|
title: Fabric.js API Reference
|
|
---
|
|
|
|
<style>
|
|
{+include("static/default.css")+}
|
|
</style>
|
|
|
|
{+include("static/header.html")+}
|
|
|
|
<div id="index">
|
|
{+publish.classesIndex+}
|
|
</div>
|
|
|
|
<div id="content">
|
|
<h1 class="classTitle">Class Index</h1>
|
|
|
|
<for each="thisClass" in="data">
|
|
<div>
|
|
<h2>{+(new Link().toSymbol(thisClass.alias))+}</h2>
|
|
{+resolveLinks(summarize(thisClass.classDesc))+}
|
|
</div>
|
|
<hr>
|
|
</for>
|
|
</div>
|
|
|
|
<div class="fineprint" style="clear:both">
|
|
<if test="JSDOC.opt.D.copyright">©{+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> |