Questions tagged [lightning]

Questions about the Lightning extension to Mozilla Thunderbird

You can find more information about the Mozilla Calendar Project at: http://www.mozilla.org/projects/calendar/lightning/

153 questions
0
votes
1 answer

Drupal-8 Call to a member function setRevisionable() on null

Currently I am working on Drupal-8.6.17 and Lightning 3.2.9 I am trying to update my lightning version 3.2.9 to 3.3.0(Core 8.6.17 to 8.7) taxonomy_term_field_data table status value is already 1 Display the error while run drush updb Error: Call to…
Ramalingam Perumal
  • 1,367
  • 2
  • 17
  • 46
0
votes
1 answer

How to get target object from a proxy object in Salesforce Lightning?

I am using "document.getElementsByClassName" in a Lightning JS Renderer which returns a Proxy object. I can see the actual elements which I want in the debug console but I don't how to extract that element from a proxy object. The screenshot of…
Gaurish
  • 3
  • 1
  • 6
0
votes
1 answer

change the expression in lwc component while iterating

We can use variables in aura components to concatenate some expression, we have to use variable name itself in lwc components, while looping how to change the lwc comp variable in js file. I tried to access the dom using…
0
votes
2 answers

Is there a way to open new tab in navigation bar for custom lightning component with record name as tab label?

I need to open the new navigation tab in navigation bar in Lightning Experience in Non Console App environment.Tab should have record name pre-populated as label. Tried following approach: Created custom tab for target lightning component In Source…
Shrutika V
  • 1
  • 1
  • 2
0
votes
2 answers

Lightning Web Component to display JSON String is not working

I have the following lightning web component to read a JSON string and display them in Contact record Details page. Please note that I am new to lighting web components and making a considerable amount of effort to…
Prasadika
  • 897
  • 2
  • 20
  • 36
0
votes
1 answer

Lightning Web Component Not Working in Contact Detail Page

I have the following lightning web component. MyPage.html