Hi guys
I want to create an InputCanvas and retrieve the String when the user hits enter.
var input = new CanvasInput({
...
...
value: 'Test',
onsubmit: function () {console.log(self.value);}
})
gives me "undefined". Please excuse my noob-question...
Marco
Hi guys
I want to create an InputCanvas and retrieve the String when the user hits enter.
var input = new CanvasInput({
...
...
value: 'Test',
onsubmit: function () {console.log(self.value);}
})
gives me "undefined". Please excuse my noob-question...
Marco