Add click event on blocks
Well you can actually make use of custom render from blocks to apply custom DOM events.
Read full answer below ↓Question
editor.on('block:click', (block) => {
console.log(block)
})
Or Is there any way to listen for click event in block ?
Answers (3)
Well you can actually make use of custom render from blocks to apply custom DOM events.
Thanks for reporting this, @iabhiyaan. Great question about FEAT: add click event on blocks. The recommended approach with GrapesJS is to use the event-driven API. Start here: Check the GrapesJS documentation for your specific module Look for the on() event listener method Most operations can be ac...
Related Questions and Answers
Continue research with similar issue discussions.
Issue #3600
Event listener to visibility(eye) icon in the Layer Manager
I would like to listen to the eye icon in the layer manager from the editor, based on which, I need to write the custom styles. Is there an...
Issue #3492
InsertAdjacentHTML('afterend', '<section></section>') . Is there any api like this in grapesjs ?
Is there any way to add new section after the selected component using grapesjs ?
Issue #3387
Load through URL
Can we add an option to load through URL? e.g. we pass a URL to the init and there it initializes the page with editor?
Issue #3159
Is there any way to get the parser errors other than from console log
I am using the latest GrapesJS (v0.16.27). As per the fix for the issue, (#2029) the exception has been caught and logged into the console....
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.
Browse free plugins →Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.
Browse premium plugins →Related tutorials
In-depth guides on the same topic.
Tutorial
GrapesJS DevTools: A Developer Panel Inside Your Editor
If you've ever debugged GrapesJS with console.log(editor.getSelected()) and a dozen throwaway event listeners — this post is for you.
Tutorial
How to Build a Production GrapesJS Editor: The Complete Walkthrough of Brief, Preset, Plugins, and Services
A complete walkthrough of building a production GrapesJS editor: how to choose a preset, pick plugins, and scope setup services without burning a sprint.
Tutorial
Big Updates: TinyMCE 8 and Placeholder 2.0 for GrapesJS
In May we shipped major updates to two of our most popular GrapesJS plugins — TinyMCE Inline Text Editor and Placeholder.
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.