ActiveXObject in Alfresco javascript?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2010 09:07 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2010 02:36 PM
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.
You would need a Java class that provides access to an ActiveXObject.
