06-13-2008 11:40 AM
09-24-2010 09:43 AM
07-10-2013 02:05 AM
05-16-2012 12:41 PM
04160096 Unable to locate included script classpath resource
<import resource="classpath:/alfresco/templates/org/alfresco/import/alfresco-util.js">05-16-2012 02:39 PM
05-17-2012 04:06 AM
Alfresco.CommentsList, but this Alfresco object is defined in the comments-list-min.js, previously included with comments-list.get.head.ftl
// added by comments-list.min.js
<!– Comments List –> <!– do not look at paths, they are hardcoded for testing purposes –>
<script type="text/javascript" src="./alfresco_files/comments-list-min.js"></script>
<style type="text/css" media="screen">
@import "/share/res/components/comments/comments-list.css";
</style>
// by share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/comments/comments-list.get.html.ftl
<script type="text/javascript">//<![CDATA[
new Alfresco.CommentsList("template_x002e_comments_x002e_document-details_x0023_default").setOptions(
{
nodeRef: "workspace://SpacesStore/95b13a20-f175-4e8e-9244-fd75ed77e996",
siteId: null,
maxItems: 10,
activity: {"itemTitle": "FILETEST2", "pageParams": {"nodeRef": "workspace:\/\/SpacesStore\/95b13a20-f175-4e8e-9244-fd75ed77e996"}, "page": "document-details"},
editorConfig:
{
inline_styles: false,
convert_fonts_to_spans: false,
theme: "advanced",
theme_advanced_buttons1: "bold,italic,underline,|,bullist,numlist,|,forecolor,|,undo,redo,removeformat",
theme_advanced_toolbar_location: "top",
theme_advanced_toolbar_align: "left",
theme_advanced_resizing: true,
theme_advanced_buttons2: null,
theme_advanced_buttons3: null,
theme_advanced_path: false,
language: "it"
}
}).setMessages(
{"message.confirm.delete": "Eliminare questo commento?", "message.delete.success": "Commento eliminato", "message.wait": "Attendere…", "message.delete.failure": "Impossibile eliminare il commento", "header.edit": "Modifica commento…", "header.comments": "Commenti", "message.loadeditform.failure": "Impossibile caricare il modulo di modifica del commento", "message.noComments": "Nessun commento", "message.savecomment": "Salvataggio del commento in corso…", "message.confirm.delete.title": "Elimina commento", "button.addComment": "Aggiungi commento", "header.add": "Aggiungi commento…", "link.deleteComment": "Elimina commento", "button.save": "Salva", "label.avatar": "Avatar", "button.cancel": "Annulla", "message.savecomment.failure": "Impossibile salvare il commento", "link.editComment": "Modifica commento"}
);
05-20-2012 11:23 AM
04-02-2014 08:20 AM
04-02-2014 11:18 AM
$(function() {
$("#articles").click( function(){
alert( requestSearch());
});
});
I gues your reqeustSearch() is client-side JavaScript .04-04-2014 12:18 PM
04-07-2014 10:47 PM
<webscript>
<shortname>Hello World</shortname>
<description>Hello world web script</description>
<url>/helloworld?name={nameArgument}</url>
<authentication>guest</authentication>
</webscript>
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.