Jump to: navigation, search

Changes


Code Editor

204 bytes added, 12:22, 23 April 2013
/* Events */
In this view mode you can override certain events that are thrown by a {{UBIK}} object. This means that custom code can be executed once the event raises. The following events are currently exposed by {{UBIK}} objects:
{| class="wikitablesortable" | width = "50%"
|-
! Event!! Object type !! Description
|- align="left"
| OnSaved|| All || event fired when the given object was saved
|- align="left"
| OnLocalFileDocumentIsAvailable|| Document|| -
|- align="left"
| OnLocalFileDocumentNoLongerAvailable|| Document|| -
|- align="left"
| OnLocalFileDocumentUpdated|| Document || -
|}