-
May 24th, 2012, 10:24 AM
#1
Spring.AjaxEventDecoration
Hi all,
Maybe someone here can help me, I want to use the AjaxEventDecoration, but don't want to put the javascript for it on my jsp, I would like to put it in a separate javascript file that I will import when my page loads, but I can't find any examples of that.
Could anyone help me?
Adam
-
Sep 5th, 2012, 10:11 AM
#2
just add <script type="text/javascript"
src="<c:url value="/resources/dojo/dojo.js" />">
</script>
<script type="text/javascript"
src="<c:url value="/resources/spring/Spring.js" />">
</script>
<script type="text/javascript"
src="<c:url value="/resources/spring/Spring-Dojo.js" />">
</script>
<link type="text/css" rel="stylesheet"
href="<c:url value="/resources/dijit/themes/tundra/tundra.css" />" />
anyway
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules