01-22-2016 09:18 AM
model.jsonModel = {
services: [{ name: "alfresco/services/LoggingService", config: {loggingPreferences: {enabled: true,all: true}}},
"alfresco/services/CrudService"
]
};
var list = {
name: "alfresco/lists/AlfList",
config: {
loadDataPublishTopic: "ALF_CRUD_GET_ALL",
loadDataPublishPayload: {
url: "I WOULD LIKE TO CHANGE THIS URL"
},
itemsProperty: "data"
}
};
var views = [{…too long…}]
var checkbox = {
name: "alfresco/forms/controls/DojoCheckBox",
config: {
fieldId: "SHOW",
name: "showEmail",
label: "Groupe",
//description: "",
value: false
}
};
list.config.widgets = views;
list.url="api/workflow-instances";
model.jsonModel.widgets =
01-29-2016 08:12 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.