SpreadJS Documentation
FloatingObjectLoaded Event
GC.Spread.Sheets Namespace > Events type : FloatingObjectLoaded 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.FloatingObjectLoaded = function(sheet, sheetName, floatingObject, element) { };
FloatingObjectLoaded = function ( 
   sheet : Worksheet,
   sheetName : string,
   floatingObject : FloatingObject,
   element : HTMLElement
) { };

Parameters

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

Reference

Events type