#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": { "ACTIONS": {
"FOLDER": { "FOLDER": {
"SYSTEM_1": "System folder action 1", "SYSTEM_1": "System folder action 1",
"CUSTOM": "Custom folder action" "CUSTOM": "Custom folder action",
"DELETE": "Delete"
}, },
"DOCUMENT": { "DOCUMENT": {
"DOWNLOAD": "Download", "DOWNLOAD": "Download",
"DELETE": "Delete",
"SYSTEM_2": "System document action 2", "SYSTEM_2": "System document action 2",
"CUSTOM": "Custom action" "CUSTOM": "Custom action"
} }

View File

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