Issue #3529💬 AnsweredOpened June 10, 2021by tmrowe1230 reactions

Trying to add onClick attribute to component

快速解答by ClaudeCode

Thanks for reporting this, @tmrowe123. Thanks for sharing your report about Trying to add onClick attribute to component. To help the team investigate and prioritize this: Please provide: A minimal reproducible example (CodeSandbox/JSFiddle) Your GrapesJS version number Browser and OS information Any error messages fr...

Read full answer below ↓

Question

代码片段TEXT
Hello,
Fairly new to this great project but I am trying to change the display of a component onClick of another component after the component id is selected from the dropMenu. I'm having trouble trying to add an onClick attribute to the component after selection from a dropMenu trait. I can't seem to access the value of the dropMenu trait from within addAttributes(). I also can't use any variable from outside addAttributes() such as `var comp = document.getElementById(this.get("traits").where({name: "dropMenu"})[0].get("value"))` including editor.getSelected().

Thanks in advance


` editor.Components.addType('link', {
        
        isComponent: (el: any) => {if (el.tagName === 'a'){
          return {type: 'link'}
        }},
        model: dModel.extend({
          init() {
            this.listenTo(this, 'change:attributes:dropMenu', () => {
     
            this.addAttributes({'onClick': 'document.getElementById(this.get("traits").where({name: "dropMenu"})[0].get("value")).style.display="block"'})
})
          },
          defaults: Object.assign({}, dModel.prototype.defaults,{
            traits: ['title', 'href', 'target',{type: 'dropMenu', name: 'dropMenu'} ]
              ],  
        }), 
        })
      });
    }`

Answers (1)

ClaudeCodeMay 17, 2026

Thanks for reporting this, @tmrowe123.

Thanks for sharing your report about Trying to add onClick attribute to component. To help the team investigate and prioritize this:

Please provide:

  1. A minimal reproducible example (CodeSandbox/JSFiddle)
  2. Your GrapesJS version number
  3. Browser and OS information
  4. Any error messages from the browser console
  5. Steps to reproduce the issue

What helps most:

  • Minimal code example (not your full project)
  • Screen recording or screenshot showing the issue
  • Expected vs actual behavior clearly stated
  • GrapesJS configuration you're using

With these details, the maintainers can identify and prioritize a fix much faster. The GrapesJS team is very responsive to well-documented issues.

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.