본문 바로가기

728x90

Salesforce QA/Lightning

(31)
Do we need a namespace to develop Lightning Components? Q : Do we need a namespace to develop Lightning Components? Q : Lightning Components를 개발하려면 네임 스페이스가 필요합니까? A : You can have namespace in your org but it is not necessary to have a namespace to develop lightning component. A : 조직에 네임 스페이스가 있을 수 있지만 Lightning 구성 요소를 개발하기 위해 네임 스페이스가 필요하지 않습니다.
What is Aura? Why do we use the aura: namespace in the code? Q : What is Aura? Why do we use the aura:namespace in the code? Q : Aura 란 무엇입니까? 왜 코드에서 aura:namespace를 사용합니까? A : Aura is a UI 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 use..
Is Lightning Components replacing Visualforce? Q : Is Lightning Components replacing Visualforce? Q : Lightning 구성 요소가 Visualforce를 대체합니까? A : No Lightning component is not replacing Visualforce, Visualforce is still supported by Salesforce. A : Lightning 구성 요소가 Visualforce를 대체하지 않고 Visualforce는 여전히 Salesforce에서 지원됩니다.
Is there any limit on how many component to have in one Application? Q : Is there any limit on how many component to have in one Application? Q : 하나의 응용 프로그램에 포함 할 구성 요소 수에 제한이 있습니까? A : There is no limit on number of components defined within an application by salesforce A : salesforce가 응용 프로그램 내에 정의한 구성 요소 수에는 제한이 없습니다.
Can we Include One Lightning component to another? Q : Can we Include One Lightning component to another? Q : 하나의 Lightning 구성 요소를 다른 Lightning 구성 요소에 포함 할 수 있습니까? A : Yes we can include one Lightning component in another Lightning component A : 그렇습니다. 다른 Lightning 구성 요소에 하나의 Lightning 구성 요소를 포함시킬 수 있습니다
What is the use of the aura:method tag in Lightning? Q : What is the use of the aura:method tag in Lightning? Q : Lightning에서 aura:method 태그의 용도는 무엇입니까? A : aura:method is used to communicate down the containment hierarchy i.e. parent to child A : aura:method는 격리 계층, 즉 부모에서 자식으로 통신하는 데 사용됩니다.
Can we make one component inherit styles/CSS from a parent component, or must we always define it in the component? Q : Can we make one component inherit styles/CSS from a parent component, or must we always define it in the component? Q : 하나의 구성 요소가 부모 구성 요소에서 스타일/CSS를 상속하도록 만들 수 있습니까? 아니면 항상 구성 요소에서 정의해야 합니까? A : Child component inherits the CSS from its aren't we do not need to specify it for each component A : 자식 구성 요소는 CSS를 상속합니다. 각 구성 요소에 대해 CSS를 지정할 필요는 없습니다.
How can we use Lightning Components with the Salesforce Mobile App? Q : How can we use Lightning Components with the Salesforce Mobile App? Q : Salesforce 모바일 앱에서 Lightning Components를 어떻게 사용할 수 있습니까? A : we need to first make a lightning tab which points to the lightning component we created and then we have to include that tab in the salesforce Mobile Navigation select list and the newly created tab to it. A : 먼저 만든 Lightning 구성 요소를 가리키는 번개 탭을 만든 다음 salesforce..

728x90