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 TOPICS

Gadget Developers' JavaScript Cookbook
Using the Atlassian Gadgets JavaScript Framework

Document generated by Confluence on Nov 22, 2009 17:46