mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-01 02:24:42 +00:00
50 lines
No EOL
1.3 KiB
Cheetah
50 lines
No EOL
1.3 KiB
Cheetah
---
|
|
layout: default
|
|
title: Fabric.js API Reference - File Index
|
|
---
|
|
|
|
<style type="text/css">
|
|
{+include("static/default.css")+}
|
|
</style>
|
|
|
|
{+include("static/header.html")+}
|
|
|
|
<div id="index">
|
|
{+publish.classesIndex+}
|
|
</div>
|
|
|
|
<div id="content">
|
|
<h1 class="classTitle">File Index</h1>
|
|
|
|
<for each="item" in="data">
|
|
<div>
|
|
<h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2>
|
|
<if test="item.desc">{+resolveLinks(item.desc)+}</if>
|
|
<dl>
|
|
<if test="item.author">
|
|
<dt class="heading">Author:</dt>
|
|
<dd>{+item.author+}</dd>
|
|
</if>
|
|
<if test="item.version">
|
|
<dt class="heading">Version:</dt>
|
|
<dd>{+item.version+}</dd>
|
|
</if>
|
|
{! var locations = item.comment.getTag('location').map(function($){return $.toString().replace(/(^\$ ?| ?\$$)/g, '').replace(/^HeadURL: https:/g, 'http:');}) !}
|
|
<if test="locations.length">
|
|
<dt class="heading">Location:</dt>
|
|
<for each="location" in="locations">
|
|
<dd><a href="{+location+}">{+location+}</a></dd>
|
|
</for>
|
|
</if>
|
|
</dl>
|
|
</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> |