05-07-2014 01:51 AM
var dialog = new AlfDialog({
title: "Media Content",
widgetsContent: [
{
name: "alfresco/forms/controls/DojoValidationTextBox",
config: {
id: "SEARCH",
name: "${fieldHtmlId}_searchText",
label: "Search",
description: "Enter text to search",
value: ""
}
}
],
widgetsButtons: [
{
name: "alfresco/buttons/AlfButton",
config: {
label: "Search",
publishTopic: "${fieldHtmlId}_Search"
}
},
{
name: "alfresco/buttons/AlfButton",
config: {
label: "Cancel"
}
}
]
});
05-07-2014 06:42 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.