Changes

Jump to: navigation, search

WebAPI/WebPrintAPI

190 bytes added, 19:25, 8 March 2012
Add onBeforePrint and onAfterPrint
}
}
 
// ---
// Following functions MUST be defined by the developer.
// ---
pDoc.onBeforePrint = function() { /* DoSomething */ }
pDoc.onAfterPrint = function() { /* DoSomething */ }
 
// ---
// Provided API functions
49
edits

Navigation menu