FlowCraft is a powerful drag-and-drop visual editor for OutSystems that allows users to create diagrams, workflows, resumes, UI layouts, mind maps, and custom visual structures dynamically inside applications.
The component is delivered as a Web Block containing a fully interactive canvas editor with support for:
Simply drag the FlowCraft web block into your screen.
The component automatically initializes the editor and toolbar.
Text
Used to load a previously saved editor state into the canvas.
{ "elements": [], "connections": [] } 2. CustomeDivTypeTextDescriptionAllows rendering fully custom HTML blocks directly inside the FlowCraft canvas.Example<div class="editable"> <h2>Resume Title</h2> <p>Custom HTML Content</p> </div>
{ "elements": [], "connections": [] }
Allows rendering fully custom HTML blocks directly inside the FlowCraft canvas.
<div class="editable"> <h2>Resume Title</h2> <p>Custom HTML Content</p> </div>