[QUESTION] How to change <a> content in traits?
Question
I'm re-declaring a link type like this:
domComps.addType('link', {
model: linkType.model.extend({
defaults: Object.assign({}, linkType.model.prototype.defaults, {
traits: [
{
label: 'Título',
name: 'title',
placeholder: 'Título'
},
{
label: 'Link',
name: 'href',
placeholder: 'http://meusite.com.br'
},
{
label: 'Descrição',
name: 'content',
placeholder: 'Botão'
}
],
}),
})
});
When my button (<a>) is created, it is creating like this:
<a class="btn botao-roxo">Botão</a>
I would like to know how can I change the content of this (Botão) in traits.
Answers (2)
Exactly what I was looking for: Define new Trait type
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.
Issue #738
image reverted to original size after resized
hi, i got a strange issue with component: i got 2 types, image and icon the issue is when i first drag and drop the image component, i'm ab...
Issue #1959
[Question] Edit innerHTML in a custom button
Hi All, I am trying to change the text in a button component, but I am not able to edit it. I added this type: I included the editable: tru...
Issue #918
[Question] How to change trait label?
After searching for a while, I couldn't find how to change only the trait label without overwriting everything. This is my attempt that did...
Issue #709
isComponent is not returning trait
Happy new year! I am having an issue with isComponent(). Here is my code: For some reason the only time the trait shows up in component set...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.