🎨
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. Using the Plugin

Downloading the Canvas

PreviousSaving the CanvasNextGeneral Settings

Last updated 3 years ago

Due to limitations with JavaScript's download functionality, you will need to closely follow the following instructions:

  1. Add a standard Bubble link element to your page. See if you don't know how to do this (this will be your Download button so you should update the style of the link element as needed).

  2. Give that link element an HTML id attribute

  3. Copy and paste that same HTML id attribute from step #2 into the field titled "HTML id" (see screenshot below)

  4. Run this workflow action when the link element is visible on the page (e.g. when the page is loaded, or when the group containing the link is visible)

HTML id instructions