PMA.UI Documentation by Pathomation

SyncView

PMA.UI.Components SyncView

Automatically handles syncronization of views between slides

Constructor

new SyncView(slideLoaders)

Source:
Parameters:
Name Type Description
slideLoaders Array.<SlideLoader> Array of PMA.UI.Components.SlideLoaders.

Methods

disableSync()

Source:
Disables synchronization on the slides
Fires:

enableSync()

Source:
Enables synchronization on the slides
Fires:

getStatus()

Source:
Returns a value indicating whether slides are synchronized
Fires:

listen(eventName, callback)

Source:
Attaches an event listener
Parameters:
Name Type Description
eventName PMA.UI.Components.Events The name of the event to listen to
callback function The function to call when the event occurs