All Versions
Gadgets and Dashboards 3.0Gadgets and Dashboards 2.0
Gadgets and Dashboards 1.0
More...
This page is part of the Gadget Developers' JavaScript Cookbook.
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");
);
}
}
Gadget Developers' JavaScript Cookbook
Using the Atlassian Gadgets JavaScript Framework