Skip to main content

Questions tagged [aura]

Aura is an open source UI component framework for developing dynamic web apps for mobile and desktop devices. Aura provides a scalable long-lived lifecycle to support building apps engineered for growth. Aura supports partitioned multi-tier component development that bridges the client and server. It uses JavaScript on the client side and Java on the server side. Aura is the underlying technology behind Lightning Components in Force.com.

0 votes
0 answers
10 views

I cannot seem to get the container for a Global Action to scroll or expand it's height when popped out from it's bottom dock. This question / code snippet was the closest thing I had to a solution. &...
Bryan Anderson's user avatar
0 votes
1 answer
28 views

I added a quick action button/aura component. That quick action button is just an aura component that fires an "application" event. I have another component that is embedded on the Lightning ...
jojopogi's user avatar
  • 604
0 votes
0 answers
32 views

Currently we have the below working component structure: LWC has an iframe, within which we have embeded an vf page, From vf page we are embeding an aura component. Code snippets: LWC Html: <iframe ...
user5352's user avatar
  • 1,741
0 votes
0 answers
49 views

In our project we used both aura component and visualforce page resided inside a Lightning Page to create pdf report. Aura component fetches required data, configured template and uses Handlebar.js to ...
Karthik's user avatar
  • 33
0 votes
2 answers
78 views

I have an iterator and then datatable for each Product. <aura:iteration items="{!v.aMap}" var="anItem"> <lightning:accordionSection name="{! anItem.orderItem....
Andrii Muzychuk's user avatar
-1 votes
1 answer
57 views

My org is migrating partner users from a Visualforce Partner Community site to an Aura Partner Experience site. A major challenge is that the search results on the Aura site pale in comparison ...
Dan Foreman's user avatar
0 votes
0 answers
24 views

I have a aura component which shows list of Task with button inside dataTable. Now, If two users click on "Assign To Me" at the same time, I want to handle it using error. First user should ...
Aarya Tiwary's user avatar
0 votes
1 answer
47 views

<aura:component implements="lightning:actionOverride, lightning:hasPageReference" access="global"> <aura:handler name="init" value="{!this}" ...
GIULIO CATTA's user avatar

15 30 50 per page
1
2 3 4 5
90