🎨
FabricJS - Drawing Canvas
  • Introduction
    • 👋Welcome
    • Key Use Cases
    • Key Features
    • FAQs
  • Using the Plugin
    • Getting Started
    • Set up the Background
    • Set up Click Behavior
    • Saving the Canvas
    • Downloading the Canvas
  • Feature Reference
    • General Settings
    • Workflow Actions
    • Workflow Events
    • Exposed States
  • Use Cases
    • Templates
    • Canva/Visual Moodboard
    • PowerPoint & Slides
    • Image Editor
  • Useful tips
    • Custom Control Menu
    • Responsiveness
    • Element HTML id Attribute
Powered by GitBook
On this page
  1. Introduction

FAQs

PreviousKey FeaturesNextGetting Started

Last updated 3 years ago

How do I place my Canvas in a Repeating-Group?

You can place your Canvas in a Repeating-Group. In order to uniquely identify your Canvas (e.g. for events fired by a Canvas) you can enter a Unique ID for your Canvas. Here, you can utilize the current cell's index number, in order to provide a Unique ID for each Canvas inside of the Repeating-Group:

On the workflow tab, you can reference an exposed state, which is "This Canvas's Unique ID". For instance, if you want to initiate a set of workflow actions to perform only when the Canvas in the third Repeating-Group cell has been modified, you would add a condition that looks something like the one below, where the "This Canvas-Main's Unique ID of Canvas is CanvasUniqueID3" (assuming you've set up the Unique ID like it looks in the screenshot above):

I saved a serialized Canvas on Desktop and need to re-open it on Mobile (or vice versa, for responsiveness). How do I make the elements inside smaller?

See "" section

How do I save my Canvas?

See "" section

How do I download my Canvas?

See "" section

Responsiveness
Saving the Canvas
Downloading the Canvas