Replies: 1 comment
-
it can be done like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I create my datatype^
this.component = Ext.create('Ext.Panel', {
...
items: [{
html: '< canvas height="450" width="620" id="canvas_'+conf.name+'" >< /canvas >',
}]
});
How to CORRECTly handle a click on the canvas?
P.S. Am I adding the canvas incorrectly?
Beta Was this translation helpful? Give feedback.
All reactions