Issue #1141✓ SolvedOpened May 29, 2018by inventorbit2 reactions

How to extend the existing traits and render the changes in canvas?

Quick answerby artf2

You don't need to update the view in this case, just change the classes inside the model. All you need is this

Read full answer below ↓

Question

I am trying to write a plugin to manage all the element properties of Boostrap Blocks. If someone clicks on the button it will show button related properties like button colors, size, etc... (based on default bootstrap classes) The following code - modifies the button classes and settings got stored in the model however I don't how to actually render the changes properly. Here's my code:

Answers (2)

👍 Most helpfulartfMay 31, 2018

You don't need to update the view in this case, just change the classes inside the model. All you need is this

doStuff() {
	this.setClass(this.get('classProp'));
},
lock[bot]September 17, 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.