I am trying to use a CanvasItem to be used on a form. I see the docs say to implement showValue if you want the data to be set within this CanvasItem, but where is the showValue method that I should override?
"If you set shouldSaveValue:true, CanvasItem.showValue will be called to provide a value that your item should display. Implement showValue() and call methods on the Canvas you've created to cause the value to be displayed."
Is there a simple example for this somewhere?
"If you set shouldSaveValue:true, CanvasItem.showValue will be called to provide a value that your item should display. Implement showValue() and call methods on the Canvas you've created to cause the value to be displayed."
Is there a simple example for this somewhere?
Comment