starting to populate with the template.

This commit is contained in:
Naomi Aro 2013-07-26 11:36:58 -04:00
parent ecb2f81211
commit c7b5592fa9
2 changed files with 62 additions and 40 deletions

View file

@ -58,7 +58,8 @@ var AIRTIME = (function(AIRTIME) {
if (oConfig.sExtends == "pdf") {
this.fnSetText( oFlash,
"title:"+ this.fnGetTitle(oConfig) +"\n"+
//"title:"+ this.fnGetTitle(oConfig) +"\n"+
"title: Testing the Title Out\n"+
"message:"+ oConfig.sPdfMessage +"\n"+
"colWidth:"+ this.fnCalcColRatios(oConfig) +"\n"+
"orientation:"+ oConfig.sPdfOrientation +"\n"+