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
1
vote
0 answers

Data binding of lightning:input and aura:attribute with type sObject(field) is not working

There is a weird scenario I'm facing while I try to bind the markup UI tags with lighting aura:attribute as type sObject (fields). I'm trying to bind data to sobject's fields for different lightning:input tags, For one sObject attribute the binding…
Himanshu
  • 11
  • 4
1
vote
1 answer

How to re-sync c-lightning with mainnet blockchain?

I am playing around with the lightning implementation from https://github.com/ElementsProject/lightning and after the following steps the cli-client cannot list funds which I deposited at the generated address from the internal wallet I installed…
brischniz
  • 51
  • 7
1
vote
0 answers

SalesForce - AWS SNS integration reference

Is there a rereference example for salesforce and Amazon SNS Integration ?
1
vote
0 answers

SLDS : SyntaxError: Invalid regular expression: /\/: \ at end of pattern

I am trying to download and use the Salesforce Lightining Design System for an external app that will be integrated with Salesforce. However, when I follow instructions on GitHub page, after I build the project and issues npm start command I get the…
user1082748
  • 365
  • 1
  • 7
  • 18
1
vote
4 answers

Salesforce Navigation Menu - remove home

I am very new to saleforce and playing around to get to know how things work. How do i remove that home button there and can i move that cases and products menu items to right side? Can you please help check
user5495947
  • 35
  • 1
  • 8
1
vote
0 answers

Customize "Send With Docusign" in Salesforce Lightning

I was able to pre-populate recipients list using javascript button by setting CRL parameter in SF Classic. Now I would like to achieve the same in Lightning. I tried creating a VF page that would redirect user to dsfs__DocuSign_CreateEnvelope page…
Simonas Balcius
  • 31
  • 1
  • 1
  • 4
1
vote
0 answers

Lightning components - can we make client HTTP requests?

Can we make client HTTP requests in lightning now for the Spring 17 release? What does "cps trusted sites" mean?
lodoss118
  • 53
  • 1
  • 5
1
vote
1 answer

My window.scrolltop not working

I am using window.scroll function, but window.scrollTop didn't return any value in lightning controller. Help me. initialize : function(component, event, helper) { var isHidden = false var lastScrollTop = 0 …
1
vote
1 answer

How to Translate lightning components(custom labels) based on languages

I want to add multi language functionality on my lightning component. I am not able to find anything useful. As now i am able to translate only currency and timepicker only.But i want to translate all the custom label (like in VF pages)..
ricky
  • 31
  • 7
1
vote
0 answers

How to connect custom USB device to iOS (already a MFi licensee)

I am looking for an USB to Lightning adaptor that enables me to connect to a custom USB device in iOS that my company is producing. The Apple Camera Lightning adaptor is only good for the "Picture Transfer Protocol" and some midi accessory. Since…
1
vote
2 answers

how to upload a file to attachment in salesforce using lightning?

This is the helper class in lightning: ({ MAX_FILE_SIZE: 750 000, save: function(component) { var fileInput = component.find("file").getElement(); var file = fileInput.files[0]; var fr = new FileReader(); --…
sivanee
  • 11
  • 1
  • 4
1
vote
0 answers

Overridden Edit button with Visualforce page is not visible on community

I have overridden a custom object Edit/New button with Visualforce page to leverage some functionalities like adding text instruction on filling up the form, ajax functionality to fetch information based on conditions etc . However I cannot view the…
Lakshman
  • 11
  • 2
1
vote
1 answer

Debug handing thunderbird lightning

Today lightning started to hang up thunderbird shortly after startup with 100% cpu, no I/O and constant memory usage. I verified the cause by deactivating it. Since this also happens with a completely different installation and a different…
choeger
  • 3,562
  • 20
  • 33
1
vote
1 answer

trying to access Thunderbird-tabmail does not work

I want to open a new tab with a gloda conversation from inside calendar code. I receive an error from error console: window not defined (or document not defined), depending on which of the two I use to Access tabmail: let tabmail =…
1
vote
0 answers

Synchronisation of Owncloud 8.1 with Lightning

Since the migration to Owncloud 8.1 I'm not able to access shared calendar in Lightning. Real calendar is available, but "shared with me calendar" not ! Here is a quick and dirty hack to solve this. Just modify…
1 2
3
10 11