GcSpread.Sheets Namespace > Events type : TouchToolStripOpening Event |
true
, the touch toolbar is prevented from popping up; otherwise, the toolbar is displayed at the default position.
var instance; // Type: Events instance.TouchToolStripOpening = function(x, y, handled) { };
true
, the touch toolbar is prevented from popping up; otherwise, the toolbar is displayed at the default position.$("#spreadContainer").data("spread").getActiveSheet().bind(GcSpread.Sheets.Events.TouchToolStripOpening, function (e, info) { alert(info.x); });