#9 update demo

This commit is contained in:
Denys Vuika
2016-05-31 14:45:10 +01:00
parent f86b16af31
commit 0ccdd43842
2 changed files with 7 additions and 1 deletions

View File

@@ -8,10 +8,12 @@
"ACTIONS": {
"FOLDER": {
"SYSTEM_1": "System folder action 1",
"CUSTOM": "Custom folder action"
"CUSTOM": "Custom folder action",
"DELETE": "Delete"
},
"DOCUMENT": {
"DOWNLOAD": "Download",
"DELETE": "Delete",
"SYSTEM_2": "System document action 2",
"CUSTOM": "Custom action"
}

View File

@@ -74,6 +74,10 @@ import {
title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.CUSTOM' | translate}}"
(execute)="myFolderAction1($event)">
</content-action>
<content-column
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_ON' | translate}}"
source="createdAt">
</content-column>
<!-- document actions -->
<content-action