nJDSK.Window.setFooter
Adds/changes footer content
nJDSK.Window.setFooter(content)
Parameters
string content footer content
Example
var newWindow = new nJDSK.Window(640,480,'A window with text','',msg, nJDSK.uniqid(),false,false,true); newWindow.setFooter('This is a dynamic footer');