SpreadJS Documentation
onBind Method
GC.Spread.Sheets.StatusBar Namespace > StatusItem type : onBind Method
The excute context for the statusbar item.
Bind the Context. Can override to add context related event listener.
Syntax
var instance = new GC.Spread.Sheets.StatusBar.StatusItem(name, options);
var value; // Type: any
value = instance.onBind(context);
function onBind( 
   context : IWorkbook
) : any;

Parameters

context
The excute context for the statusbar item.
Example
LabelItem.prototype.onBind = function (context) {
  // do something about context.
}
See Also

Reference

StatusItem type