Issue #502💬 AnsweredOpened November 10, 2017by sanjeevSavitr0 reactions

Hide a particular component in preview

Quick answerby artf

You can make use of command events inside your component, eg.

Read full answer below ↓

Question

Hi, Is it possible to hide "BannerOptionsBtn" component when I click preview button. I Used toHTML() function. And when I called editor.getHtml() it is returning the html as expected, but when I click preview button the "BannerOptionsBtn" appears. Here is the code. Please Help me domc.addType('bannergal', { model: defaultModel.extend({ defaults: Object.assign({}, defaultModel.prototype.defaults, { type: 'bannergaltype', tagName: 'div', toolbar: [], components: [{ tagName: "div", type: "button", components: [{ classes: ["BannerOptionsBtn"], tagName: "button", type: "button", content: 'Options'...

Answers (3)

artfNovember 10, 2017

You can make use of command events inside your component, eg.

editor.on('run:preview', () => { console.log('preview ON') })
sanjeevSavitrNovember 10, 2017

Thanks for the help.

And please send the command event that is triggered when we click "Hide Preview".

lock[bot]September 18, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

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.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.