Custom JavaScript
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2006 05:32 AM
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2006 10:00 AM
Take a look in:
config/alfresco/script-services-context.xml
- use the usual Alfresco bean overriding mechanism to override this file.
Thanks,
Kevin
config/alfresco/script-services-context.xml
- use the usual Alfresco bean overriding mechanism to override this file.
Thanks,
Kevin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2006 04:37 AM
My question is in which file I can add this tags from the wiki for JavaScript API
<bean id="loggerScript" parent="baseScriptImplementation" class="org.alfresco.repo.jscript.ScriptLogger">
<property name="scriptName">
<value>logger</value>
</property>
</bean>
<bean id="loggerScript" parent="baseScriptImplementation" class="org.alfresco.repo.jscript.ScriptLogger">
<property name="scriptName">
<value>logger</value>
</property>
</bean>

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2006 12:23 PM
config/alfresco/script-services-context.xml
Information on extending standard files can be found here:
http://wiki.alfresco.com/wiki/Repository_Configuration
Information on extending standard files can be found here:
http://wiki.alfresco.com/wiki/Repository_Configuration
