11-08-2012 04:52 AM
actions is not definied
11-08-2012 08:35 AM
actions.create(""), it must works.
actions is not definied, here I do not in which kind of JavaScript file you are using this object.
11-09-2012 04:21 AM
11-09-2012 07:29 AM
In my simpleDialog i have a button "search", when i click on them it must run a java-method, that return a list with the search-results.So, I think you should have a better understanding how the Alfresco Repo side + Share work. you can google and find topics.
Alfresco.util.Ajax.request(
{
url: Alfresco.constants.PROXY_URI + "api/people/" + encodeURIComponent(parent.currentUserId) + "?groups=true",
method: Alfresco.util.Ajax.GET,
successCallback:
{
fn: success,
scope: parent
},
failureMessage: parent._msg("message.getuser-failure", $html(parent.currentUserId))
});
From user.js, A request is made to repository side webscripts with url. This will retrieve the user's details from repository side to your users.jsTags
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.