[TYPO3-team-templavoila]  RFC #11521
    Fernando Arconada 
    falcifer2001 at yahoo.es
       
    Thu Jul 16 08:20:18 CEST 2009
    
    
  
This is an SVN feature request.
Type: New feature
Bugtracker references:
http://bugs.typo3.org/view.php?id=11521
Branches:
trunk
Problem:
The current look&feel it is a bit annoying
Solution:
Ron Hall is proposing to add a DS tag for page templates that would allow 
the developer to add paths for stylesheets and javascript files that 
would load with the current TV page module. Of course, they would need 
fall after any other stylesheets and JavaScript provided by the backend.
Here is an example of the tag
<bePageAssets>
<![CDATA[
<link rel="stylesheet" type="text/css" href="/fileadmin/templates/
mybackend.css" />
<script src="/fileadmin/mybackend.js" type="text/javascript"></script>
]]>
</bePageAssets>
Currently the developer has to put style info and javascript inside each 
DS. Having this tag would have the following advantages:
1) Easier maintenance of datastructures. The develop could put backend 
styles and JavaScript shared by multiple datastructures in one file each
2) The editor's browser would cache these files and make for better 
performance. 
Possible look&feel (much more ussable)
http://templavoila.busynoggin.com/
    
    
More information about the TYPO3-team-templavoila
mailing list