Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Clarified that callbacks are FineUploader option. (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos authored and rnicholus committed Jun 8, 2018
1 parent 298b1a8 commit fb09dc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/events.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ callbacks: {
}
```

where `callbacks` is specified as a FineUploader option.

{% endmarkdown %}
<div class="events-all">

Expand Down
6 changes: 6 additions & 0 deletions docs/api/options.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ mode you are in and keep that in mind when determining the meaning of a particul
)
}}

{{ api_parent_option("callbacks", "callbacks", "Provide event handlers for almost any point in the upload process in order to unlock the full potential of Fine Uploader. See the [Events page](./events.html) for more details.",
()
)
}}

{{ api_parent_option("camera", "camera", "",
(
("camera.button", "button", "`null` allows camera access on the default button in iOS. Otherwise provide an extra button container element to target.", "HTMLElement", "null",),
Expand Down Expand Up @@ -265,6 +270,7 @@ alert("The `chunking.success.endpoint` option **only** applies to traditional up
)
)
}}

</div>
</div>

Expand Down

0 comments on commit fb09dc4

Please sign in to comment.