SpreadJS Documentation
touchToolStrip Field
Represents the touch toolstrip.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: TouchToolStrip
value = instance.touchToolStrip;
var touchToolStrip : TouchToolStrip;
Example
This example adds a custom item to the toolbar.
spread.touchToolStrip.add(new GcSpread.Sheets.TouchToolStripItem("Cut", "Delete", "cut.png", function(){ }))
spread.touchToolStrip.getItem("Cut").font("15px Arial").foreColor("red");
spread.touchToolStrip.add(new GcSpread.Sheets.TouchToolStripSeparator());
Remarks
A touchToolStrip item list. This is read-only.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.