Skip to content

Commit

Permalink
Restructured code and events, added more API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Jan 4, 2010
1 parent c3cb48f commit 326fde4
Show file tree
Hide file tree
Showing 29 changed files with 935 additions and 794 deletions.
51 changes: 51 additions & 0 deletions docs/api/class_plupload.File.html
Expand Up @@ -90,6 +90,25 @@ <h2>Public Properties</h2>
</tr>
</tbody>
</table>
<h2>Public Methods</h2>
<table class="Methods summary">
<thead>
<tr>
<th>Method</th>
<th>Defined By</th>
</tr>
</thead>
<tbody>
<tr>
<td class="first">
<div>
<a class="memberName" href="class_plupload.File.html#File">File</a>(id:String, name:String, size:Number)</div>
<div class="summary">Constructs a new file instance.</div>
</td>
<td class="last">File</td>
</tr>
</tbody>
</table>
</div>
<div class="detailsList">
<div class="details">
Expand Down Expand Up @@ -135,6 +154,38 @@ <h3>status<span class="memberType">property</span>
<code class="syntax">public status : Number</code>
<div class="memberDescription">Status constant matching the plupload states QUEUED, UPLOADING, FAILED, DONE.
</div>
<h4>See Also</h4>
<ul class="see">
<li>
<a href="class_plupload.html">plupload</a>
</li>
</ul>
</div>
</div>
<div class="details">
<h2>Method details</h2>
<div class="memberDetails last" id="File">
<h3>File<span class="memberType">constructor</span>
</h3>
<code class="syntax">public
function File(id:String, name:String, size:Number)</code>
<div class="memberDescription">Constructs a new file instance.
</div>
<h4>Parameters</h4>
<table class="params">
<tr>
<td class="first">id:String</td>
<td class="last">Unique file id.</td>
</tr>
<tr>
<td class="first">name:String</td>
<td class="last">File name.</td>
</tr>
<tr>
<td class="first">size:Number</td>
<td class="last">File size in bytes.</td>
</tr>
</table>
</div>
</div>
</div>
Expand Down
110 changes: 0 additions & 110 deletions docs/api/class_plupload.FlashRuntime.html

This file was deleted.

110 changes: 0 additions & 110 deletions docs/api/class_plupload.GearsRuntime.html

This file was deleted.

110 changes: 0 additions & 110 deletions docs/api/class_plupload.Html5Runtime.html

This file was deleted.

0 comments on commit 326fde4

Please sign in to comment.