This page is part of the Gadget Developers' JavaScript Cookbook.
Use the following code in your view template function:
1 2 3 4 5 6 7 8 9view:{ template: function(args) { var gadget = this; gadget.getFooter().append( AJS.$("<div/>").text("Text for the footer"); ); } }
Rate this page: