source: products/quintagroup.themetemplate/trunk/quintagroup/themetemplate/localcommands/templates/jsresource/profiles/default/jsregistry.xml_insert @ 1005

Last change on this file since 1005 was 1005, checked in by mylan, 15 years ago

Import package: Copied http://svn.quintagroup.com/products/qtheme.template/trunk@2041 + modifications concerning changed package name, namespace

File size: 431 bytes
Line 
1#<?xml version="1.0"?>
2#<object name="portal_javascripts">
3#
4# <!-- -*- extra stuff goes here -*- -->
5#
6 <javascript
7    id="++resource++${namespace_package}.${namespace_package2}.${package}.scripts/${js_resource_name}"
8    inline="${jsreg_inline}" cacheable="${jsreg_cacheable}" compression="${jsreg_compression}"
9    cookable="${jsreg_cookable}" enabled="${jsreg_enables}"
10    expression="${jsreg_expression}"
11    />
12
13#</object>
Note: See TracBrowser for help on using the repository browser.