소스 검색

Update readme - add cancel button config

Piotr Antosik 10 년 전
부모
커밋
393f27e778
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -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`.