SpreadJS Documentation
CustomFloatingObjectLoaded Event
The sheet that triggered the event.
The sheet's name.
The custom floating object that triggered the event.
The HTMLElement of the custom floating object.
Occurs when the custom floating object content is loaded.
Syntax
var instance; // Type: Events
instance.CustomFloatingObjectLoaded = function(sheet, sheetName, customFloatingObject, element) { };
CustomFloatingObjectLoaded = function ( 
   sheet : Sheet,
   sheetName : string,
   customFloatingObject : CustomFloatingObject,
   element : HTMLElement
) { };

Parameters

sheet
The sheet that triggered the event.
sheetName
The sheet's name.
customFloatingObject
The custom floating object that triggered the event.
element
The HTMLElement of the custom floating object.
See Also

Reference

Events type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.