07-22-2015 08:26 AM
<webscript>
<shortname>My Module Webscript</shortname>
<description>Fancy test of first Aikau module</description>
<family>Share</family>
<url>/myModuleWebscript?id={anyId}&like={whatever}</url>
</webscript>
<@processJsonModel group="share"/>
var pageTitle = {
id: "SET_PAGE_TITLE",
name: "alfresco/header/SetTitle",
config: {
title: "myModule Title"
}
};
var columnAlfrescoLogo = {
name : "alfresco/logo/Logo",
widthPx : "80",
config : {
logoClasses: "alfresco-logo-only"
}
};
var columnSearch = {
id: "CON_SEARCH_COLUMN",
name: "myModule/MyModuleWidget",
widthPc : "50",
};
var columnResult = {
id: "CON_SEARCH_RESULT",
name: "alfresco/documentlibrary/views/AlfTableView",
widthPc : "50",
};
model.jsonModel = {
widgets : [ {
name : "alfresco/layout/HorizontalWidgets",
config : {
widgetMarginLeft : "5",
widgetMarginRight : "5",
widgets : [ pageTitle, columnAlfrescoLogo, columnSearch, columnResult ]
}
} ]
};
07-23-2015 04:05 AM
09-01-2015 03:25 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.