drawingcanvas
Reactive icon

DrawingCanvas

Stable version 2023.3.0 (Compatible with OutSystems 11)
Uploaded
 on 26 March 2023
 by 
REQWARE
4.0
 (1 rating)
drawingcanvas

DrawingCanvas

Documentation
2.2.1

UI Customization


1.Customize the buttons in the toolbar

The toolbar and context menu are made into parts by Webblock, so you can customize them freely.


2.Place the DrawingCanvas on the screen

Drag and drop the canvas onto the screen.



3.Create a custom button

Create a button to place any object on the canvas. 

Create a custom button within a consumer module other than the DrawingCanvas app.
This will not be affected by the upgrade of DrawingCanvas.


Tool_custom's click logic is pre-built to allow you to paste any shape or image.


You can get Json text of figures and images by pressing Ctrl + C.


ElementId must be unique within Canvas.



4.Place the custom button on the toolbar

Drag and drop the custom button onto the toolbar.


5.How to Use