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

Clarified that callbacks are FineUploader option. #2014

Merged
merged 1 commit into from
Jun 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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