cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveXObject in Alfresco javascript?

targa2000
Champ in-the-making
Champ in-the-making
Is there a way to access ActiveXObject in Alfresco javascript?
1 REPLY 1

invictus9
Champ in-the-making
Champ in-the-making
Javascript in Alfresco runs inside the server. The Javascript environment has access to any Java objects that have been made available to it. You can consult the Javascript API documentation on the wiki to see how to set that up.

You would need a Java class that provides access to an ActiveXObject.