Skip to content

Commit

Permalink
Upgraded to release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jul 2, 2014
1 parent ef8c88b commit 53259cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ initialPreview: "<div class='file-preview-text'>" +
_string_ the initial preview caption text to be displayed. If you do not set a value here and `initialPreview` is set to
`true` this will default to `"{preview-file-count} files selected"`, where `{preview-file-count}` is the count of the
files passed in `initialPreview`.

#### overwriteInitial
_boolean_ whether you wish to overwrite the initial preview content and caption setup. This is by default set to `false`. When set to `false`, this will always show the
`initialPreview` content at the beginning (when uploading or during clear). If set to `true` any `initialPreview` content set will be overwritten,
when new file is uploaded or when files are cleared. Setting it to `false` will help displaying a saved image or file from database always -
especially when using the `multiple` file upload feature.

#### captionTemplate
_string_ the template used to render the caption. The following template variables will be parsed:
Expand All @@ -205,12 +211,6 @@ The `captionTemplate` if not set will default to:
</div>
```

#### overwriteInitial
_boolean_ whether you wish to overwrite the initial preview content and caption setup. This is by default set to `false`. When set to `false`, this will always show the
`initialPreview` content at the beginning (when uploading or during clear). If set to `true` any `initialPreview` content set will be overwritten,
when new file is uploaded or when files are cleared. Setting it to `false` will help displaying a saved image or file from database always -
especially when using the `multiple` file upload feature.

#### previewTemplate
_string_ the template used to render the preview. The following template variables will be parsed:

Expand Down

0 comments on commit 53259cc

Please sign in to comment.