[ 
https://jira.nuxeo.com/browse/NXP-6263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Marc Orliaguet closed NXP-6263.
------------------------------------

    Resolution: Fixed

done in:
http://hg.nuxeo.org/nuxeo/nuxeo-theme/rev/a3d74bd38990
http://hg.nuxeo.org/nuxeo/nuxeo-theme/rev/8d2e89078669

using a merge="true" attribute

    <view name="menu" template-engine="jsf-facelets" merge="true">
      <format-type>widget</format-type>
      <resource>script-addon.js</resource>
      <resource>other-script-addon.js</resource>
    </view>

> Theme engine: make it possible to merge properties in contributed views
> -----------------------------------------------------------------------
>
>                 Key: NXP-6263
>                 URL: https://jira.nuxeo.com/browse/NXP-6263
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Improvement
>            Reporter: Jean-Marc Orliaguet
>            Assignee: Jean-Marc Orliaguet
>             Fix For: 5.4.1
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> contributed widgets views can be used by different modules, for instance:
>     <view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
>       <format-type>widget</format-type>
>       <template>incl/tree_explorer.xhtml</template>
>     </view>
> may require "faceted-search.css" contributed by a separate add-on:
>     <view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
>       <resource>faceted-search.css</resource>
>     </view>
> it should be possible to add resources (css, js) to an existing view without 
> modifying the original definition, by merging the <resource> properties.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to