Notification or popup messages

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2009 03:36 PM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2009 03:54 PM
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.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 09:11 AM
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
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
