Events

Object
   |
   +--MLA.<events>

Event Handling


Events are captured in the PowerPoint application and information is passed to MarkLogicPowerPointEventSupport.js. To insure framework code is not tightly coupled with application code, developers should define their custom event handler functions in a separate .js file and call from MarkLogicPowerPointEventSupport.js.

Following events captured:

colorSchemeChange()
newPresentation()
slideSelectionChange()
slideShowBegin()
slideShowEnd()
slideShowNextBuild()
slideShowNextClick()
slideShowNextSlide()
presentationBeforeSave()
presentationClose()
presentationNewSlide()
presentationOpen()
presentationPrint()
presentationSave()
windowActivate()
windowDeactivate()


Event Detail

colorSchemeChange(slideRangeName) newPresentation(presentationName) slideSelectionChange(slideIndex) slideShowBegin(presentationName) slideShowEnd(presentationName) slideShowNextBuild(presentationName) slideShowNextClick(presentationName) slideShowNextSlide(presentationName) presentationBeforeSave(presentationName) presentationClose(presentationName) presentationNewSlide(slideIndex) presentationOpen(presentationName) presentationPrint(presentationName) presentationSave(presentationName) windowActivate(presentationName) windowDeactivate(presentationName)


Documentation generated by JSDoc on Wed Apr 8 14:29:46 2011