WebAPI/WebPrintAPI: Difference between revisions

Jump to navigation Jump to search
Remove onBefore/AfterPrint callbacks from == Example == as well.
(Add open question about onBefore/AfterPrint)
(Remove onBefore/AfterPrint callbacks from == Example == as well.)
Line 81: Line 81:
     }
     }
   }
   }
 
 
   // ---
   // ---
   // Following functions MUST be defined by the developer.
   // Following functions MUST be defined by the developer.
   // ---
   // ---
    
    
  pDoc.onBeforePrint = function() { /* DoSomething */ }
  pDoc.onAfterPrint = function() { /* DoSomething */ }
   // ---
   // ---
   // Provided API functions
   // Provided API functions
49

edits

Navigation menu