Skip to content

Commit

Permalink
Merge pull request #178 from piotrantosik/patch-2
Browse files Browse the repository at this point in the history
Update readme - add cancel button config
  • Loading branch information
kartik-v committed Feb 24, 2015
2 parents 023bd90 + 393f27e commit a9eacd6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,18 @@ _string_ the CSS class for the file remove button. Defaults to `btn btn-default`
#### removeTitle
_string_ the title to display on hover for the file remove button. Defaults to `Clear selected files`.

#### cancelLabel
_string_ the label to display for the file cancel button. Defaults to `Cancel`.

#### cancelIcon
_string_ the icon to display before the label for the file picker/remove button. Defaults to `<i class="glyphicon glyphicon-ban-circle"></i> &nbsp;`.

#### cancelClass
_string_ the CSS class for the file cancel button. Defaults to `btn btn-default`.

#### cancelTitle
_string_ the title to display on hover for the file cancel button. Defaults to `Abort ongoing upload`.

#### uploadLabel
_string_ the label to display for the file upload button. Defaults to `Upload`.

Expand Down

0 comments on commit a9eacd6

Please sign in to comment.