wish Tapestry shell can add javascripts.
----------------------------------------
Key: TAPESTRY-1080
URL: http://issues.apache.org/jira/browse/TAPESTRY-1080
Project: Tapestry
Issue Type: Wish
Components: Framework
Affects Versions: 4.1.1
Reporter: Jun Tsai
I wish tapestry shell component can add other js such as css.
add css:
<component id="shell" type="Shell">
<binding name="stylesheets"
value="ognl:{assets.base,assets.default}"/>
</component>
I wish can add javascriopt:
<component id="shell" type="Shell">
<binding name="javascripts"
value="ognl:{assets.js1,assets.js2}"/>
</component>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]