cancel
Showing results for 
Search instead for 
Did you mean: 

Notification or popup messages

jenn_l
Champ on-the-rise
Champ on-the-rise
Hoi all,

I want to be notified via a message whenever a document is pasted on Alfresco. I failed using javascript since I don't know much about server side javascript. Alfresco doesn't recognize client server javascript.

Does anyone have an idea how I can do that?

Thanks,
Jenny
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
What environment do you want to be notified in?

As you have found out you can't use server side code for your UI.   There's no way the server can "push" information to your browser.    (Well you could use an applet, but let's not go there.)

One option may be to use AJAX to poll alfresco.

jenn_l
Champ on-the-rise
Champ on-the-rise
Hi,

What I would like to accomplish.

Currently when cutting/copying a file from one space to another there is no confirmation message that the content was succesfully pasted. There is an error message if it goes wrong.

What i would like to implement is the following:
- a confimation message that a file has been succesfully pasted to another space.

Can this be implemented within alfresco?
If yes, how can it be done?
Are there any examples of such an implementation available?

a message in the browser would be ok.

best regards,
Jenny