[ADF-1372] support for tooltips (Upload button) (#2204)

* support for tooltips (Upload button)

* readme update

* update layout to fix the tests

* remove test code
This commit is contained in:
Denys Vuika
2017-08-14 11:24:43 +01:00
committed by Mario Romano
parent 70ef58e03c
commit 09b213dd04
6 changed files with 106 additions and 30 deletions

View File

@@ -93,6 +93,7 @@ npm install ng2-alfresco-upload
| versioning | boolean | false | Versioning false is the default uploader behaviour and it renames the file using an integer suffix if there is a name clash. Versioning true to indicate that a major version should be created |
| staticTitle | string | (predefined) | define the text of the upload button |
| disableWithNoPermission | boolean | false | If the value is true and the user doesn't have the permission to delete the node the button will be disabled |
| tooltip | string | | Custom tooltip |
### Events