You need to sign in to do that
Don't have an account?
Dev87
Hello, That's my problem.
I have a list of buttons in my lightning page. The button labels are retrieved from a table SF (iterations). The idea of registering opportunities with the name of the label buttons.
my label-buttion itération:
<div class="slds-col slds-size--1-of-12" >
<aura:iteration items="{!v.zones}" var="item">
<lightning:button label="{!item}" aura:id ="{!item}" name ="{!item}" class="{!'customButton' + v.indexBtn + ' slds-size--1-of-1 slds-p-horizontal_x-small'}" onclick="{!c.myAction}"/>
</aura:iteration>
</div>
can someone help me.
lightning Component - Save records
Hello, That's my problem.
I have a list of buttons in my lightning page. The button labels are retrieved from a table SF (iterations). The idea of registering opportunities with the name of the label buttons.
my label-buttion itération:
<div class="slds-col slds-size--1-of-12" >
<aura:iteration items="{!v.zones}" var="item">
<lightning:button label="{!item}" aura:id ="{!item}" name ="{!item}" class="{!'customButton' + v.indexBtn + ' slds-size--1-of-1 slds-p-horizontal_x-small'}" onclick="{!c.myAction}"/>
</aura:iteration>
</div>
can someone help me.
Set controller in the component like