Hi Musbah, Musbah Sagar wrote:
Is it possible to disable the arrow keys in Squiggle using JavaScript?
Well from the XML markup you can say 'zoomAndPan="disable"' which will disable all the various ways of zooming and paning the document (fixes the view).
What about Java?
From Java when you create the canvas you can tell it not to create any of the interactors. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
