cómo deshabilitar el menú contextual de flashcanvas
Frecuentes
Visto 81 equipos
2
I'm using FlashCanvas (flashlienzo) instead of excanvas.js library to draw Flot chart in IE7/8 versions. I'm able to view the charts successfully but not able to disable the right click (context menu) option. As mentioned in their Documention section under configuration falsh canvas configuration documentation im having below code at the bottom of the page, but still contextMenu is coming up when i'm right-clicking. what is the mistake im doing here
if (typeof FlashCanvas != "undefined") {
FlashCanvas.setOptions({
disableContextMenu: true
});
}
0 Respuestas
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas flot flashcanvas or haz tu propia pregunta.
Are you using the free or pro version of FlashCanvas? The FlashCanvas Configuration Documentation states "You can configure FlashCanvas Pro...", and esta publicación del grupo de google states "Currently, only FlashCanvas Pro users can configure the options..." - mechenbier
@prmech thanks for the reply, im using free version.. may be thats the reason - sureshd