Skip to content

Commit

Permalink
bring options documentation up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed Sep 12, 2012
1 parent ddd5461 commit d9461e9
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,6 @@ var uploader = new qq.FileUploader({
equal to the value of this options. In the case of the form uploader, this is simply the value of the name attribute
of the file's associated input element.</td>
</tr>
<td>extraDropzones</td>
<td>array of elements</td>
<td>[]</td>
<td>Useful if you'd like to to designate additional dropozones for file input. Of course, this is not relevant if the
form uploader is used.</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -278,6 +272,19 @@ var uploader = new qq.FileUploader({
<td>Upload failed</td>
<td>Text that appears next to a failed file item</td>
</tr>
<tr>
<td>extraDropzones</td>
<td>array of elements</td>
<td>[]</td>
<td>Useful if you'd like to to designate additional dropozones for file input. Of course, this is not relevant if the
form uploader is used.</td>
</tr>
<tr>
<td>multipleFileDropNotAllowedMessage</td>
<td>string</td>
<td>"You may only drop one file"</td>
<td>Can be used to customize the message used when one attempts to drop multiple files when multiple == false.</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit d9461e9

Please sign in to comment.