Drawing Rectangle for user Signature - Forum

Forum Navigation
You need to log in to create posts and topics.

Drawing Rectangle for user Signature

Hi

I need to add a rectangle inside a form , inside this rectangle the user can draw or (hand writing) using his mouse .

How I can do that in VisualNEO WEB

 

 

Hi @abuamro2003

Just add a new Container object and use this code in page-enter event:

fabInitialize "Container1"
fabDrawingMode "Container1" true "#000000" 2

For more information take a look at the FabricJS plugin sample.

Regards.