[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

@@ -263,6 +263,7 @@
<div *ngIf="!acceptedFilesTypeShow">
<alfresco-upload-button
#uploadButton
tooltip="Custom tooltip"
[disabled]="!enableUpload"
data-automation-id="multiple-file-upload"
[rootFolderId]="documentList.currentFolderId"
@@ -276,6 +277,7 @@
<div *ngIf="acceptedFilesTypeShow">
<alfresco-upload-button
#uploadButton
tooltip="Custom tooltip"
[disabled]="!enableUpload"
data-automation-id="multiple-file-upload"
[rootFolderId]="documentList.currentFolderId"