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