Events

  • loaded (tlv): This event is fired from the TLV instance that is provided in the init function when the TLV has completely loaded and is ready for DOM manipulation.

  • beforesave (tlv): This event is fired when the user clicks the Save button but before the request to the server, allowing plugins to make an extra request to their own resource to save additional data. Returning false from a beforesave handler will prevent the default action.