-
Mar 9th, 2011, 02:59 PM
#1
Dojox.widget.Standby
Can someone give me a good example on how to use Dojox.widget.Standby in Spring?
I have tried,
<a id="entryId" href="<c:url value="/index.html" >Link</a>
<script type="text/javascript">
dojo.addOnLoad(function() { Spring.addDecoration(new Spring.ElementDecoration({
elementId: "entryId",
widgetType: "dojox.widget.Standby",
widgetAttrs: { target: "bodyView" }
}));
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