Answers for "data-userid attribute lightning"

1

data-userid attribute lightning

<a href="javascript:void(0);" onclick="{!c.selected}" 
		data-record="{!sr.Id}"/>  
_______________________________________________________________
In Controller.js

selected: function(cmp,event,helper)
{
   var recId = event.currentTarget.dataset.record;
}
Posted by: Guest on April-24-2020

Browse Popular Code Answers by Language