Gadgets and Dashboards 2.0 : Adding Something to your Gadget Footer
This page last changed on Sep 14, 2009 by tmoore.
This page is part of the Gadget Developers' JavaScript Cookbook. How do I add something to the footer?Use the following code in your view template function: view:{ template: function(args) { var gadget = this; gadget.getFooter().append( AJS.$("<div/>").text("Text for the footer"); ); } } RELATED TOPICSGadget Developers' JavaScript Cookbook |
![]() |
Document generated by Confluence on Nov 22, 2009 17:46 |